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
In the project I created via create-react-app, when I run the build script, I get the following error
Failed to compile.
./node_modules/swr/dist/_internal/config-context-client-x_C9_NWC.mjs
Can't import the named export 'createContext' from non EcmaScript module (only default export is available)
What kind of issues did you encounter with SWR?
build error
Expected Behavior
build success
How did you expect SWR to behave here?
Repro Steps / Code Example
Or share your code snippet or a CodeSandbox link is also appreciated!
Additional Context
SWR version. [email protected]
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Bug report
Description / Observed Behavior
In the project I created via create-react-app, when I run the build script, I get the following error
What kind of issues did you encounter with SWR?
build error
Expected Behavior
build success
How did you expect SWR to behave here?
Repro Steps / Code Example
Or share your code snippet or a CodeSandbox link is also appreciated!
Additional Context
SWR version.
[email protected]
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: