redux-persist icon indicating copy to clipboard operation
redux-persist copied to clipboard

breaks for React 18

Open xiongemi opened this issue 2 years ago • 1 comments

Got an error:

TypeError: dispatcher.useSyncExternalStore is not a function. (In 'dispatcher.useSyncExternalStore(subscribe, getSnapshot, getServerSnapshot)', 'dispatcher.useSyncExternalStore' is undefined)

xiongemi avatar Apr 23 '22 04:04 xiongemi

Found this: https://github.com/facebook/react-native/issues/33696

react-native v0.68 does not support React 18

ayltai avatar Apr 26 '22 09:04 ayltai