refactor(Tab): convert to TypeScript, impove docs and tests, close#4612 #477
Annotations
7 warnings
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/
|
components/tab/__docs__/demo/trigger-type/index.tsx#L1
'MouseEvent' is defined but never used
|
components/tab/tabs/nav.tsx#L401
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
components/tab/tabs/nav.tsx#L402
Non-interactive elements should not be assigned interactive roles
|
components/tab/tabs/nav.tsx#L686
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
|
components/tab/tabs/nav.tsx#L722
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
components/tab/tabs/nav.tsx#L722
Non-interactive elements should not be assigned mouse or keyboard event listeners
|
The logs for this run have expired and are no longer available.
Loading