Tim Neutkens

Results 121 comments of Tim Neutkens

The move to SWC does not affect `.css` files, can you provide a full reproduction?

Might help to eliminate if it's `now dev` or `next dev` related by trying to run your app with just Next.js.

I've figured out a way to reproduce this a bit, will try to solve the issue.

Having trouble consistently reproducing it to investigate, if you run into it please provide steps to reproduce or a repository, I'd love to investigate further but I could only investigate...

> We are facing the same issue... Everytime we have a new release, our platform cannot load any new pages on the client machines until they refresh their cache. As...

> Having trouble consistently reproducing it to investigate, if you run into it please provide steps to reproduce or a repository, I'd love to investigate further but I could only...

@aej11a the example will have pretty much the same features but leverages other features to achieve the intended result so that you get much more flexibility, the most common feedback...

@oezi good catch! I copied the wrong block from my notes indeed, fixed!

Closing as duplicate of https://github.com/vercel/next.js/issues/41806. I had a look at your reproduction and the problem is that you're rendering `` from `next/head` in the root layout, that should be ``.

> @Timer I can confirm that #19125 didn’t fix this, as I’m still seeing this issue on 10.0.3 :( Would be useful if you provide a reproduction for your particular...