**Describe the bug** ```typescript useHotkeys("mod+[", () => { ... }, { preventDefault: true }) ``` The above code is not preventing default browser behavior in v5.0.1. Rolling back version to 4.5.1 resolved the issue.
Describe the bug
The above code is not preventing default browser behavior in v5.0.1. Rolling back version to 4.5.1 resolved the issue.