sparksuite / react-accessible-dropdown-menu-hook

A simple Hook for creating fully accessible dropdown menus in React
http://sparksuite.github.io/react-accessible-dropdown-menu-hook
MIT License
112 stars 26 forks source link

Demo website crashes when keyboard controls are used #260

Closed corymharper closed 3 years ago

corymharper commented 3 years ago
Screen Shot 2021-04-20 at 3 45 25 PM

This error is produced on the demo website when you attempt to use keyboard controls associated with the dropdown.

corymharper commented 3 years ago

The issue lies in the website using the linked version of the hook. If that dependency is converted to use the published version, the issue does not propagate.