tjelvar-chromaway

Results 3 comments of tjelvar-chromaway

~~i'm able to use `@hookform/resolvers: 3.3.3` with `yup: 0.32.11` but with any newer version of yup than that, it breaks. Just basing off of the quick start yup example https://www.npmjs.com/package/@hookform/resolvers#yup...

Okay now i'm gonna sound like generic tech support, but did you try shutting it off and turning it back on again? I removed my `node_modules` and re-installed all my...

@greeeg Got the same versions in the lock file ``` '@hookform/resolvers': specifier: ^3.3.3 version: 3.3.3([email protected]) react-hook-form: specifier: ^7.49.2 version: 7.49.2([email protected]) yup: specifier: 1.3.3 version: 1.3.3 ``` (deleted both `node_modules` and...