formsy-react icon indicating copy to clipboard operation
formsy-react copied to clipboard

Some breaking changes 2.0.0 --> 2.0.2 in React 16.13.0 -- Maximum update depth exceeded.

Open vitaliyhayda opened this issue 4 years ago • 3 comments

Screen Shot 2020-03-04 at 07 30 21

2.0.2 breaks in React 16.13.0, while everything works with formsy-react 2.0.0 in React 16.13.0

vitaliyhayda avatar Mar 04 '20 12:03 vitaliyhayda

Thank you for reporting this!

All changes from 2.0.0 to 2.0.2: https://github.com/formsy/formsy-react/compare/0c681fd77ce33a49d2d048e44e79f9404af851c5...838cfbd9c36944ae500eea9e54a23d6569d857e9

There's a lot in here, but we can ignore test, type, dist, and build changes, so that narrows it down a lot. Reading through the list though, I'm not seeing any clear suspects. Does this happen on mount or when you do something?

rkuykendall avatar Mar 04 '20 21:03 rkuykendall

On mount

vitaliyhayda avatar Mar 04 '20 23:03 vitaliyhayda

@vitaliyhayda Can you reproduce your form using codesandbox

felixmosh avatar Aug 19 '20 07:08 felixmosh