Skip to content

v7.0.1 - React 18/19 peer dep fix

Choose a tag to compare

@iamdarshshah iamdarshshah released this 08 Apr 14:34
· 20 commits to master since this release
06bada6

Bug Fixes

  • React 18/19 install error resolved — peer dependency updated from ^17.0.0
    to >=17.0.0, removing the ERESOLVE install failure for React 18 and 19 users (#419).

Notes

No runtime changes. If you were using --legacy-peer-deps or --force as a
workaround, you can drop that after upgrading.