react-hook-form & react-select : Cannot read properties of undefined (reading 'name') – Reactjs
I cannot find a solution to make react-select and react-hook-form work. I constantly get an error: Cannot read properties of undefined (reading 'name') and an error telling me that my field is required. Here is my code in codesandbox: https://codesandbox.io/s/funny-elbakyan-h5xz8w?file=/src/App.tsx:0-1347…