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.
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 touseEffect
of which the behaviour has changed in react-18 during development onStrictMode
. So it looks safe to update the peer dependency only.