fix(Upload): support itemRender on Dragger, close #4840 #345
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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
|