Paul

Results 2 comments of Paul

Yeah im getting the same issue. Error is solely around the useFormState in the edit-form.tsx. It doesn't throw a runtime error. The Create Invoice button does nothing and there are...

Actually to fix my problem I just found I was missing an import statement at the top of the code. `import { useFormState } from 'react-dom';`