Daniel Boggs
Daniel Boggs
The way I worked around this was to install the following npm libraries `"react-app-rewired": "^2.1.11"` (in package.json devDependencies) `"node-polyfill-webpack-plugin": "^1.1.4"` (in package.json dependencies) update the npm scripts to use react-app-rewired...
> I too have issues with this after upgrading. I'd be happy to not include any polyfills and follow the instructions in the error message, if I just knew how.....
I still had trouble when manually updating the peer dependency in react-final-form-arrays to include 18.x, so I'm not sure if that's all that has to change. In the absence of...
@erikras Is there any plan to upgrade react-final-form-arrays to support React 18?
@erikras This was fixed with version 3.1.4 and can be closed.