You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for reporting. We are looking into this, will probably revert the change for now and issue a patch release. Apologies for the inconvenience.
Initial checklist
Link to runnable example
https://codesandbox.io/p/sandbox/stoic-easley-g6lstz
Steps to reproduce
Starting the sandbox should output:
Sandbox is using
DashboardModal
from@uppy/react
inapp/components/Root/Root.js
I get the same locally when compiling with webpack.
Expected behavior
Expected @uppy/react to compile with react 16 since it is a peerDependency.
Seems to fail because
useSyncExternalStore
imported byuseUppyState.js
is not available before react 18.Actual behavior
Compilation fails.
The text was updated successfully, but these errors were encountered: