Skip to content

Fix "Invalid hook call" issue

Compare
Choose a tag to compare
@scriptex scriptex released this 15 Jan 14:45
· 930 commits to master since this release

This release fixes the way React is being used as a dependency: React and React DOM are no longer direct dependencies of this package, they are moved to devDependencies and peerDependencies. Also, the versions of React and React DOM have been unpinned.
This release fixes #388 .