liqvidjs / liqvid

Library for interactive videos in React
https://liqvidjs.org
MIT License
754 stars 39 forks source link

Doesn't work in Strict Mode #29

Open ysulyma opened 2 years ago

ysulyma commented 2 years ago

Currently, Liqvid doesn't work in React's Strict Mode. This is mainly due to double-renders (https://github.com/facebook/react/issues/12856, https://github.com/facebook/react/issues/20835) along with how we set up keyboard shortcuts.