Codexphere92
Codexphere92
@eps1lon do you guys need any help with pushing forward with the `await act` changes?
^ yeah that is what our team is running into too. there are a bunch of tests failing unless we wrap the user events with act() which then throws a...
Nope, seems like the maintainers are busy working on the nextjs repo only.
hey @PaulBlanche, were you able to resolve this issue due to `Substitute`?
it seems like the v6 types are assuming every element or component wrapped with styled() can potentially be a polymorphic component and there are some heavy types defined for polymorphic...
@coderrshyam didn't you run into a similar issue?
Hi @colinhacks, let me know if you want me to provide a reproducible example for my next js app or if you are aware of my problem, thanks!!
I am sure @colinhacks had reasons for doing this but yes the bundle size is messed up right now
@EDM115 looks like the latest changes by removing src is still having the same issue, let's see
It is actually this one https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost doing import * as zv4mini from 'zod/v4-mini' does make a difference vs doing import { z } from 'zod/v4-mini' for my nextjs webpack app...