You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was the first feature I noticed “missing” while moving some @tanstack/query mutations over. I use these almost everywhere to for example disable the submit button to help prevent double submissions.
Describe the proposed solution
Add a property to indicate if a command or form function are currently submitting or in the enhance handler in the case of form.
Alternatives considered
Setting state can work, but on a page with many commands or forms it can be cumbersome to create and name so many fields for something that is used so frequently.
Importance
nice to have
Additional Information
No response
akeylimepie, aster-void, nik-webdevelop, danieldiekmeier, skaldebane and 2 more