Sergey Kozlov
Sergey Kozlov
Thans for workaround. After updating to version `@5`, I began to get errors in the IDE in storybook files.
For me the problem stopped reproducing in 8.0.6
@shilman @tmeasday @ndelangen I apologize for mentioning, but have you come to any solution? Prior to version 6.4 there was a workaround with dynamically installing the theme through the substitution...
for me - everything works fine on 3.25.0-beta.20250515T020858
> I suggest trying import * as z The same result. And I've just migrated from `@zod/mini`, there is better result with the same input code (still curious about `en.js`...
UPD on another project (`rspack` without `nextjs`, i.e. a completely different stack) the result is the same.
UPD repl with rspack https://github.com/dartess/zod-repl-bundle-size/tree/main ``` npm i npm run build -- --analyze ```
Initially, the problem appeared in a strong excess of [the bundle size](https://www.npmjs.com/package/size-limit) in the pipeline. Can you tell me how much space `zod mini` should ~approximately take up in the...
@colinhacks [the documentation](https://zod.dev/packages/mini) says to use import `import { z } from 'zod/v4-mini';`, but in this case treeshaking doesn't work for me. it's important to use exactly `import * as...