#`Uncaught (in promise) SyntaxError 'useSyncExternalStore'
1 messages · Page 1 of 1 (latest)
Pretty sure you should be importing that from react
ie: import { useSyncExternalStore } from "react";
this should be working out of the box
1 messages · Page 1 of 1 (latest)
Just upgraded react-start to 1.131.7 and I keep getting this following error:
Uncaught (in promise) SyntaxError: The requested module '/node_modules/use-sync-external-store/shim/index.js?v=1a8aa761' does not provide an export named 'useSyncExternalStore'
installed use-sync-external-store, but it doesn't seem to resolve the issue
Pretty sure you should be importing that from react
ie: import { useSyncExternalStore } from "react";
this should be working out of the box