Andy Wilson

Results 142 comments of Andy Wilson

So i just added two new packages all together into my mono repo setup which weren't there before and lerna didnt even try and release them, just keeps saying nothing...

@lukemorales i have the same issue apart from my data isnt being fetched in my case. useEffect not getting called in a client side component.

There is a box component used on every page, whether thats the layout, page or a component, but for some reason only the nested pages break.

Is there a way to global set use client on all layouts and pages as that i have found fixes everything. probably due to the use of context inside my...

I'm glad I'm not the only one who has this issue, the strange one for me though is I've also ran it in es module mode and it still picks...

This one fixed for me due to having the components use context so it was crashing. i just had to add use client to all the pages that had a...

I have a link tag without a child a tag I have a span. So the legacyBehavour shouldn't be needed

So i found where the hydration issue is coming from its coming from the app/layout.tsx file. When i remove the default HTML markup from that file i no longer get...

@evliu check out my repo I have styled hydrating but I do have other issues

@ndelangen How long until we have a working version of v7 as you cannot use webpack 5 and v7 ATM.