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
I tried to run snack-sdk example with latest nextjs version with turbopack enabled only to find out it fails. Switching to normal bundler got it working.
What platform(s) does this occur on?
Web
SDK Version
6.4.0
Reproducible demo or steps to reproduce from a blank project
Create New Next.js project
Add example from docs
Run command npm run dev -- --turbopack
The text was updated successfully, but these errors were encountered:
Summary
I tried to run snack-sdk example with latest nextjs version with turbopack enabled only to find out it fails. Switching to normal bundler got it working.
What platform(s) does this occur on?
Web
SDK Version
6.4.0
Reproducible demo or steps to reproduce from a blank project
Create New Next.js project
Add example from docs
Run command
npm run dev -- --turbopack
The text was updated successfully, but these errors were encountered: