We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0556a74 commit 16c0630Copy full SHA for 16c0630
src/components/AccordionItemButton.tsx
@@ -27,7 +27,7 @@ const AccordionItemButton = ({
27
if (
28
keyCode === keycodes.ENTER ||
29
keyCode === keycodes.SPACE ||
30
- keyCode === keycodes.SPACE_DEPCRICATED
+ keyCode === keycodes.SPACE_DEPRECATED
31
) {
32
evt.preventDefault();
33
toggleExpanded();
0 commit comments