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
Wrap your Next app in SuiClientProvider and run the server with next dev --turbopack.
Expected Result
Next app compiles successfully.
Actual Result
Server throws error ReferenceError: e is not defined.
Relevant Information
Confirmed to occur in Next 14 and Next 15. I used pnpm as the package manager.
Current workaround is to run Next server without turbopack with next dev.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce Issue
npm i @mysten/dapp-kit
SuiClientProvider
and run the server withnext dev --turbopack
.Expected Result
Next app compiles successfully.
Actual Result
Server throws error
ReferenceError: e is not defined
.Relevant Information
Confirmed to occur in Next 14 and Next 15. I used pnpm as the package manager.
Current workaround is to run Next server without turbopack with
next dev
.The text was updated successfully, but these errors were encountered: