Closed justinwaite closed 1 year ago
Thanks for the callout! Addressing this will require us to increase the minimum supported remix version, so we'll need to do a major version bump.
Have the team given any estimate of when v2 might be released? If there are any other API changes we need to update for v2 down the road, I'd likely want to include all of them in the same "v2 support" release.
Definitely want to fix this, but also want to err on the side of taking my time with it since it's currently non-urgent.
@airjp73 This might be of interest to you https://remix.run/blog/future-flags. Cheers!
@airjp73 Remix 1.15.0 officially deprecates the rest of the v1 APIs in favor of v2, so it looks like we're getting closer to v2.
Fixed in #284
Hoping to cut the v5 release sometime later today.
Which packages are impacted?
remix-validated-form
@remix-validated-form/with-zod
@remix-validated-form/with-yup
zod-form-data
What version of these packages are you using?
remix-validated-form
: 4.6.10@remix-run/react
: 1.14.3Please provide a link to a minimal reproduction of the issue.
N/A
Steps to Reproduce the Bug or Issue
Navigate to a page that uses
ValidatedForm
Expected behavior
No warnings should be in the console. Instead, the following is shown:
Screenshots or Videos
No response
Platform
Additional context
No response