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
[x] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
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:31
Note: 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
Libs:
- react version: 18.0.0
- reakeys version: 2.0.3
Browser:
- [x] Chrome (desktop) version latest
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
For Tooling issues:
- Node version: 16.18.5
- Platform: MacOS
Others:
The text was updated successfully, but these errors were encountered:
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: