marigold-dev / tzsafe-ui

TzSafe-UI frontend — to interact with multi-signatures wallets.
https://www.marigold.dev/tzsafe
10 stars 2 forks source link

fix: downgrade formik #126

Closed rueshyna closed 11 months ago

rueshyna commented 11 months ago

the formkit version > 2.4.1 will cause a bug for using contractExecutoin. The bug triggered by click adding item into array form.

Unhandled Runtime Error
Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.