You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you submitting a bug report or a feature request?
Bug report
What is the current behavior?
Patch release 6.5.4 of react-final-form contains breaking compatibility changes introduced in #943:
// package.json
// …
"engines": {
"node": "14"
},
For users on node < 14 (node v12 is still in maintenance mode through mid-2022) or > 14 (node v16 is in active development), this is a breaking change.
What is the expected behavior?
Patch release should not contain breaking compatibility changes.
Are you submitting a bug report or a feature request?
Bug report
What is the current behavior?
Patch release 6.5.4 of react-final-form contains breaking compatibility changes introduced in #943:
For users on node < 14 (node v12 is still in maintenance mode through mid-2022) or > 14 (node v16 is in active development), this is a breaking change.
What is the expected behavior?
Patch release should not contain breaking compatibility changes.
Sandbox Link
Not relevant.
What's your environment?
Node v12.22.2
Other information
Relates to final-form/final-form#434
The text was updated successfully, but these errors were encountered: