fix(Upload): theme page fail to render #430
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
|