found
found copied to clipboard
Migrate to React 18
The current version of this library doesn't support React 18 because using React 18 requires using react-redux@8
and this library uses react-redux@7
.
In case you wondered, it's backwards-compatible, so non-breaking. https://github.com/reduxjs/react-redux/releases
React-Redux now requires the new useSyncExternalStore API in React 18. By default, it uses the "shim" package which backfills that API in earlier React versions, so React-Redux v8 is compatible with all React versions that have hooks (16.8+, and React Native 0.59+) as its acceptable peer dependencies.
This has been resolved in this commit :tada: