Erfan Azary

Results 21 comments of Erfan Azary

> 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...

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: ![2022-12-10_18-44-05](https://user-images.githubusercontent.com/46329768/206862141-c6c4769f-b7ff-4e8d-8a1e-975b82654a92.jpg) 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