We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27d119 commit dd92bc6Copy full SHA for dd92bc6
docs/migration/redux-form.md
@@ -177,7 +177,12 @@ Now you can just export your component. No HOC decorator needed! [Why?](../faq#w
177
+export default MyForm
178
```
179
180
-### Step 7: Define your `renderField` functions inline (if you want)
+### Step 7: Error management
181
+
182
+No more `SubmissionError` to throw, error management is made with the return value.
183
+Have a look here to know more: https://final-form.org/docs/react-final-form/types/FormProps#onsubmit
184
185
+### Step 8: Define your `renderField` functions inline (if you want)
186
187
With Redux Form, it was common to have to do something like this:
188
0 commit comments