-
-
Notifications
You must be signed in to change notification settings - Fork 71
FieldArrayProps is not defined in v2.0.2 #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
A quick fix for this would be nice, since this breaks stuff for anyone using caret/tilde versions |
2.0.2 is broken - final-form/react-final-form-arrays#72
You can lock the version to 2.0.1 |
Sure, my point was that a semver-patch version change should not break things as doing so requires ALL users to pin an exact version, and unpin it again later. |
@erikras any help with this breaking change? |
This makes me lose confidence on semver for this project |
I don't see any issues with the src code - seems like it might be a bundling issue where the rollup flow plugin missed stripping our this |
Any update here? |
I PR'd the bundle fix in #74. |
What is the current behavior?
Version 2.0.2 has a
FieldArrayProps is not defined
error, which is not there in 2.0.1Sandbox Link
Fork of the Simple Example, with the latest version of react-final-form-arrays: https://codesandbox.io/s/lyrp6961jq
The text was updated successfully, but these errors were encountered: