See code example: codesandbox
formik.resetForm()
correctly resets the value, but the Material UI radio button group will not be reset correctly: The last selected radio button stays selected.
How to reset the radio button group correctly after submit?