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
conscious-sapphire•16mo ago
React10 indicates that you have multiple versions of react around
helpful-purpleOP•16mo 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.