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
If I'm trying to compose multiple layers of key-handling components under a parent FocusGroup, it would be nice to have some kind of "strict mode" to ensure I don't accidentally render them outside of one later on.
The text was updated successfully, but these errors were encountered:
It looks like we explicitly do nothing in this case right now:
https://github.com/ca-la/react-focused-key-handler/blob/main/src/key-handler/index.tsx#L43
If I'm trying to compose multiple layers of key-handling components under a parent FocusGroup, it would be nice to have some kind of "strict mode" to ensure I don't accidentally render them outside of one later on.
The text was updated successfully, but these errors were encountered: