Andreas Du Rietz
Results
1
comments of
Andreas Du Rietz
Yep, same here. You can get around it by defining the submit function outside the component like this: ``` const handleSubmit = (values) => console.log(values) const App = () =>...