Stefan Schneider
Stefan Schneider
> In my project, when I use the combination of API options, Pug, and Vite for building, I encounter an unexpected token error due to TypeScript type assertion in the...
Btw there is no react in the whole monorepo
typescript compiler :D
https://swc.rs/docs/configuration/compilation#jscpaths so it is kinda a 1 to 1 but I guess that is not yet available.
One strategy currently for me is to use `structuredClone` on the value before assigning them to initalValues ``` let initialValues = {}; initialValues.a = structuredClone(something.maybeproxy) resetForm({ values: initalValues }) ```
Yes, forwarded via props.
I have a nx monorepo, when I start nvim from the workspace root, tests are found but only the root config is used so the found tests all fail. when...