Hello! Tell me. I use redux-form and I have a two-step form. I need in the second step to render the input value entered in the first step. The fact is that the values in the redux-form are cleared when the form is successfully submitted, and I cannot get them in the second step. You can write this value to the stop separately in the first step, but I would not like to duplicate the data.
How to be in this case?