react-final-form-arrays icon indicating copy to clipboard operation
react-final-form-arrays copied to clipboard

Add react 18 as peer dep

Open sudkumar opened this issue 3 years ago • 2 comments

I have tested on my react-18 based app (forcefully installed using --legacy-peer-deps) and all form-array related functionality is working as expected. There is no code related to useEffect of which the behaviour has changed in react-18 during development on StrictMode. So it looks safe to update the peer dependency only.

sudkumar avatar Jun 03 '22 02:06 sudkumar

Same here! Also using legacy peer deps and not having any issues!

Stuey61296 avatar Sep 19 '22 15:09 Stuey61296

@Stuey61296 and everyone using for React-18, you might want to look at https://github.com/final-form/react-final-form/issues/1009.

sudkumar avatar Oct 11 '22 07:10 sudkumar

Published fix in v3.1.4.

sudkumar avatar Oct 20 '22 02:10 sudkumar