I'm having an issue with TanStack Form and button state management. Everything works as expected except for one scenario:
Expected behavior: - Button starts disabled - Enable when form changes - Disable if values return to original - Disable after successful submit (this is the issue) - Re-enable if user makes changes after submit
Current issue: After first submit, button stays enabled. Only disables after submitting a second time without changes.