Tim Neutkens
Tim Neutkens
@Sameedahmad see https://github.com/vercel/next.js/issues/29559#issuecomment-938431883. Please provide a trace file.
`nextjs-wordpress-starter\functions\wordpress\blocks\displayBlock.js` is taking a long time to compile. It consists of: - `nextjs-wordpress-starter\components\blocks\Gutenberg\BlockGravityForm\index.js` - `nextjs-wordpress-starter\components\atoms\Code\Code.js` - `react-syntax-highlighter` Seems that react-synax-highlighter seems to be compiling support for every language in existence...
@mustafa-hanif I had a look at your trace and it's the same issue as the others, you're importing all of the material-ui icons library (5.5K of them) in one module....
Based on the messages above it seems this issue can be closed, is that the case?
`pnpm add next@canary` works. That PR is out now on `13.0.1` though! Can you let me know if your issue is solved by upgrading to 13.0.1?
Thanks for checking!
We're going to run the automated codemod on the examples soon as we've identified a small bug in the transform that causes a specific case to not be transformed.
Had a look at this one and the application is working as expected locally, the problem only surfaces on codesandbox as it's replying with a wrong response. I've reached out...
> I noticed this issue on my most recent version of nextjs where it renders differently in vercel than on my local machine when running npm run dev. Can you...
> I also have this issue when run it in my local machine Can't reproduce it locally, maybe you have a proxy in front that's stripping `__rsc__` headers. We're planning...