-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Component breaks when upgrading from 6.3.3 to 6.3.4 #1004
Comments
Here is my package.json
|
I believe it might have to do with the new 'data' attribute and that somehow overwrites our 'data' attribute in Field. |
@jrewing Please provide a CodeSandbox demonstrating the issue. |
Thank you for replying. Some time has passed though and I am not sure how releveant this is anymore, I will look into it. |
Creating a code sandbox would be very hard. Like I described, this is complicated and brittle legacy code. |
Hi!
I am working on a quite big project that had been neglected a bit regarding package upgrades since 2018!!!. I have managed to upgrade to React 17.0.2 and most other packages are fairly new. This hasn´t been easy.
When I try to upgrade react-final-form to comply with React 17 one of my modules break. Specifically it fails to load some dynamic buttons.
There are no errors and I can´t really figure out where exactly it fails. (I still don´t quite understand all the code in this project)
It has something to do with "steps" not being loaded. It renders the component three times, then stops instead of rendering and loading the "steps".
Does anyone have an idea about what the issue could be?
I paste the code for the module below, although I can´t see any direct relation to react-final-form
The text was updated successfully, but these errors were encountered: