found icon indicating copy to clipboard operation
found copied to clipboard

Migrate to React 18

Open catamphetamine opened this issue 2 years ago • 1 comments

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.

catamphetamine avatar Apr 25 '22 13:04 catamphetamine

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.

catamphetamine avatar Apr 25 '22 13:04 catamphetamine

This has been resolved in this commit :tada:

golota60 avatar Jan 12 '23 17:01 golota60