[BUG] Next.js 13 and turbopack support
See original GitHub issue1. Read the FAQs 👇
2. Describe the bug
Give a clear and concise description of what the bug is.
scrapeMotionValuesFromProps
is not defined when running framer motion with Next.js 13 and turbopack.
3. IMPORTANT: Provide a CodeSandbox reproduction of the bug
https://codesandbox.io/p/sandbox/compassionate-wing-33omuu
A CodeSandbox minimal reproduction will allow us to quickly follow the reproduction steps. Without one, this bug report won’t be accepted.
4. Steps to reproduce
Steps to reproduce the behavior:
Run the development server using turbopack yarn dev --turbo
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
[turbopack] Next.js v13 with Turbopack doesn't support rewrite ...
Error : You are using configuration and/or tools that are not yet supported by Next.js v13 with Turbopack: Unsupported Next.js configuration option(s) ...
Read more >Advanced Features: Turbopack | Next.js
Turbopack is an incremental bundler optimized for JavaScript and TypeScript, written in Rust, and built into Next.js 13. On large applications Turbopack updates ......
Read more >When I run Next.js 13 with turbopack I get "TypeError - Reddit
When I run Next.js 13 with turbopack I get "TypeError: Class extends value #" but no error with webpack. I have an app...
Read more >When I run Next.js 13 with turbopack I get "TypeError
js 13 with turbopack I get "TypeError: Class extends value #" but no error with webpack · Ask Question. Asked 1 month ago....
Read more >Next.js - Sentry Documentation
js version 13 is itself supported, the new features it introduces are not yet. In particular, building with Turbopack will currently cause the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same problem here, got ReferenceError: scrapeMotionValuesFromProps is not defined.
I tried this
But it didn’t work
I’m gonna keep this open to keep aware of it but I suspect you’ll have better luck giving this report to Vercel as there’s nothing odd or unique about this import.