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
Use KeyboardEvent.key instead of KeyboardEvent.keyCode for the keyboard interaction
This drops support for Internet Explorer < 9 for the keyboard interaction. I'm not sure this was actually supported before that, but now we're sure it's not.
Fix
Support React v18. React v17 and before are still supported.
Fix colors in the CSS example page to make them contrasted enough for accessibility.