-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
Error with ctrl-keys #33
Labels
bug
Something isn't working
Comments
@amcdnl please take a look^ |
@fdharamshi could you provide more details because I can't reproduce it? |
Are there any works around for this, like disabling hotkeys? |
Yes, and it seems the same issue for reaflow: reaviz/reaflow#265 |
@evgenoid - i believe its a NextJS issue. |
2 tasks
SerhiiTsybulskyi
added a commit
that referenced
this issue
Jan 28, 2025
Use import type for types [possible fix for #33]
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a...
Current behavior
When using reagraph, we use useSelection() -> which uses hotkeys, which in turn uses ctrl-keys
Now, since the change in f540455
I've been getting an error that says keys() is not a function at
useHotkeys.ts
:20:31Note: App runs fine. This issue comes up when I run tests.
(I am not even testing reagraph, but my tests fail with the above error.)
Expected behavior
This should not throw this error. It's a blocking issue.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
I wanted to use reagraph library ASAP, but I am blocked because of this issue.
Environment
The text was updated successfully, but these errors were encountered: