Aaron Pettengill
Aaron Pettengill
Looks like zustand has immer as a peer dependency and _it_ is picking up the local version of immer. I don't think it makes sense for immer to be a...
Could you try it with version `5.1.1-beta.0` to see if that fixes the error?
Hi! Sorry for the slow turnaround. Could you post a reproduction of the new error so I can debug it?
The initial fix is now released in 5.1.2.
Nevermind, I've managed to reproduce the issue. I've rolled back the initial fix in 5.1.3 because of the dynamic require issue.
RVF v6 has been released 🎉 In v6, I've upgraded the versions of zustand and immer that this library is using, so I'm hoping this is no longer an issue....
RVF v6 has been released 🎉 There is some explicit handling for `noValidate` and `formNoValidate` in v6. You can find the documentation [here](https://rvf-js.io) and the migration guide [here](https://rvf-js.io/migration).
Looks like this issue occurs any time the output shape has been altered via a `transform`. This issue should probably be raised with `zod` itself as well. Here's a reproduction...
In the upstream issue, Colin said that this doesn't seem like a solvable issue. So, unfortunately, I'm going to close this issue for now until they have a resolution. :(
This is an interesting issue. It seems like we're ending up in a state where the object we store the values in looks like this: ``` { "name.first": "Default", "name.last":...