FunctionForm is not updated when new ABI is passed. This PR adds Formik option that enables the form to reinitialize the fields. This happens when for example using ConstructorForm and the ABI that is passed to it changes. In this case, constructor fields cannot be properly reinitialized. This is currently happening in starknet-remix-plugin
FunctionForm
is not updated when new ABI is passed. This PR adds Formik option that enables the form to reinitialize the fields. This happens when for example using ConstructorForm and the ABI that is passed to it changes. In this case, constructor fields cannot be properly reinitialized. This is currently happening instarknet-remix-plugin
https://github.com/NethermindEth/starknet-remix-plugin/issues/242