Skip to content

fix(Upload): theme page fail to render #430

fix(Upload): theme page fail to render

fix(Upload): theme page fail to render #430

Triggered via pull request September 5, 2024 10:15
Status Success
Total duration 1m 20s
Artifacts

check-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 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/upload/list.tsx#L262
Visible, non-interactive elements with click handlers must have at least one keyboard listener
changed: components/upload/list.tsx#L262
Non-interactive elements should not be assigned mouse or keyboard event listeners
changed: components/upload/list.tsx#L265
`tabIndex` should only be declared on interactive elements
changed: components/upload/list.tsx#L354
Visible, non-interactive elements with click handlers must have at least one keyboard listener
changed: components/upload/list.tsx#L354
Non-interactive elements should not be assigned mouse or keyboard event listeners
changed: components/upload/list.tsx#L356
`tabIndex` should only be declared on interactive elements
changed: components/upload/runtime/iframe-uploader.tsx#L243
<iframe> elements must have a unique title property