We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Hotkeys fires only once and the only way to fire them again it to set the focus on another element.
How are you using react hotkeys components? (HotKeys, GlobalHotKeys, IgnoreKeys etc)
Expected behavior Hotkeys events should always works.
Platform (please complete the following information):
If I import the component using the lazy option the hotkeys action fires only once.
const Test = lazy(() => import("./components/dashboard/Test"));
If I import the component using the 'standard' react options the hotkeys works fine:
import {Test} from "./components/dashboard/Test";
I'm not able to find a solution to this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Hotkeys fires only once and the only way to fire them again it to set the focus on another element.
How are you using react hotkeys components? (HotKeys, GlobalHotKeys, IgnoreKeys etc)
Expected behavior
Hotkeys events should always works.
Platform (please complete the following information):
If I import the component using the lazy option the hotkeys action fires only once.
const Test = lazy(() => import("./components/dashboard/Test"));
If I import the component using the 'standard' react options the hotkeys works fine:
import {Test} from "./components/dashboard/Test";
I'm not able to find a solution to this issue.
The text was updated successfully, but these errors were encountered: