Erfan Azary
Erfan Azary
sure, my bad!
> I think the issue is the href has a ... ~~does that mean this problem/behavior only happens with Link component?~~ Just happened for another component while completing the project,...
Thanks @shuding is this supposed to fix this issue? because I tested on the stackblitz shared above and there was no improvement regarding this bug. Maybe not published to npm...
got it, thanks
Confirm [the fix](https://github.com/vercel/next.js/pull/43185) by @shuding resolves the problem
The problem still persists in some cases @shuding Here in this screenshot, I have a general Modal component and a PriceModal component Modal sets grid to `1fr 1fr` but since...
Also happens for header link:  you see the exact same classname and styles are repeated 4 times
this whole issue may be related to https://github.com/vercel/next.js/issues/20203
you can use a simple workaround for this as long as it's not applied to the original api: ## Typescript: ```ts type AnyFunction = (...args: any[]) => any; export const...
currently it doesn't support this behavior since it's not supposed to stream very large size of data using `shell stream` feature