`Uncaught (in promise) SyntaxError 'useSyncExternalStore'
Just upgraded react-start to 1.131.7 and I keep getting this following error:
3 Replies
passive-yellowOP•2mo ago
installed use-sync-external-store, but it doesn't seem to resolve the issue
inland-turquoise•2mo ago
Pretty sure you should be importing that from
react
ie: import { useSyncExternalStore } from "react";fair-rose•2mo ago
this should be working out of the box
can you please provide a complete reproducer project ?