Skip to content

fix(Upload): support itemRender on Dragger, close #4840 #345

fix(Upload): support itemRender on Dragger, close #4840

fix(Upload): support itemRender on Dragger, close #4840 #345

Triggered via pull request July 25, 2024 07:09
Status Success
Total duration 1m 17s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

check-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
changed
The following actions uses Node.js version which is deprecated 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