"TanStack Form server error: Cannot access 'formOpts' before initialization"
Hi guys, I'm wondering why we cannot place content from
utils/form-isomorphic.tsx
directly in utils/form.tsx
.
I mean, when I did this i get an error during form submitting:
It works only when formOpts
are imported to form
from external file.
https://tanstack.com/form/latest/docs/framework/react/examples/tanstack-start?panel=codeReact TanStack Form Tanstack Start Example | TanStack Form Docs
An example showing how to implement Tanstack Start in React using TanStack Form.
0 Replies