fix(Overlay): overlay support SSR, close #4205 #425
Annotations
3 warnings
changed
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/
|
changed:
components/overlay/overlay.tsx#L801
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
changed:
components/overlay/overlay.tsx#L801
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
|