JohannesKlauss / react-hotkeys-hook

React hook for using keyboard shortcuts in components.
https://react-hotkeys-hook.vercel.app/
MIT License
2.57k stars 113 forks source link

React to ref changes #1132

Open zeorin opened 5 months ago

zeorin commented 5 months ago

When reacting to ref changes, it's easiest when:

I reused the test from #1117.

Fixes #1116.

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-hotkeys-hook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 8, 2024 2:37pm
vilemj-Viclick commented 5 months ago

Nice! I'm glad you found the test useful. I'll see to it that my Pull Request #1117 is abandoned.

zeorin commented 3 months ago

@JohannesKlauss I would be most grateful if you could review this PR. 🙏

In the meantime, I've worked around this by applying my changes to my project using yarn's package patching feature.