T
TanStack2y ago
mute-gold

useMutation not functioning

I have React and React-dom updated to version 18 and I am getting this error from Tanstack's useMutation function Uncaught TypeError: React10.useSyncExternalStore is not a function Has anyone ran into this issue before or have any insight on what I should be doing or looking for?
2 Replies
other-emerald
other-emerald2y ago
React10 indicates that you have multiple versions of react around
mute-gold
mute-goldOP2y ago
How would I find which package is installing React10? I believe I found the issue. Some of the packages aren't supported for React 18.

Did you find this page helpful?