You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is not a question, general help request, or anything other than a bug report directly related to Unkey. Please ask questions in our Discord community: https://unkey.com/discord.
Reproduction / Replay Link (Optional)
No response
Issue Summary
Formatted 1273 files in 136ms. Fixed 23 files.
./apps/dashboard/app/(app)/audit/[bucket]/filter.tsx:74:19 lint/a11y/useKeyWithClickEvents ━━━━━━━━━━
✖ Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.
72 │ const isSelected = selected.includes(option.value);
73 │ return (
> 74 │ <div
│ ^^^^
> 75 │ onClick={() => {
...
> 80 │ }}
> 81 │ >
│ ^
82 │ <CommandItem
83 │ key={option.value}
ℹ Actions triggered using mouse events should have corresponding keyboard events to account for keyboard-only navigation.
Steps to Reproduce
pnpm fmt
Expected behavior
we should use a button I think
Other information
No response
Screenshots
No response
Version info
- OS:
- Node:
- npm:
The text was updated successfully, but these errors were encountered:
Preliminary Checks
I have reviewed the documentation: https://unkey.com/docs
I have searched for existing issues: https://github.com/unkeyed/unkey/issues
This issue is not a question, general help request, or anything other than a bug report directly related to Unkey. Please ask questions in our Discord community: https://unkey.com/discord.
Reproduction / Replay Link (Optional)
No response
Issue Summary
Steps to Reproduce
pnpm fmt
Expected behavior
we should use a button I think
Other information
No response
Screenshots
No response
Version info
The text was updated successfully, but these errors were encountered: