fix: demo base #9
Annotations
11 warnings
build (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (18.x):
src/components/BasePopup.tsx#L38
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
build (18.x):
src/components/BasePopup.tsx#L38
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
|
build (18.x):
src/components/BasePopup.tsx#L39
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
build (18.x):
src/components/BasePopup.tsx#L39
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
|
build (18.x):
src/components/OptInPanel.tsx#L10
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
build (18.x):
src/components/OptInPanel.tsx#L10
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
|
build (18.x):
src/components/Popup.tsx#L37
Missing return type on function
|
build (18.x):
src/components/Popup.tsx#L47
Missing return type on function
|
build (18.x):
src/components/Popup.tsx#L54
Missing return type on function
|
build (18.x):
src/components/Popup.tsx#L66
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|