Environment
- Package version(s): 5.16.3
Feature request
In some situations we want to use the useHotkey hook to bind a hotkey, but don't want to have the ? dialog that the <HotkeyProviders /> provides.
The hook It functions without <HotkeyProviders />, but does log warnings.
Could we add a <HotkeysProvider dialog={false}/> or something similar, so that we can silence the warnings about the missing provider without opting in to the dialog?