Promise-returning function provided to attribute where a void return was expected.
Hello, doing app with t3. I am using react-hook-form and I am getting error from handleSubmit:
Promise-returning function provided to attribute where a void return was expected.eslint@typescript-eslint/no-misused-promises
I tried by doing like this but those does not work correctly:
How this should be fixed?
Promise-returning function provided to attribute where a void return was expected.eslint@typescript-eslint/no-misused-promises
I tried by doing like this but those does not work correctly:
How this should be fixed?
