Lock handleSubmit while submitting#433
Conversation
Codecov Report
@@ Coverage Diff @@
## master #433 +/- ##
==========================================
- Coverage 100% 99.54% -0.46%
==========================================
Files 10 10
Lines 210 219 +9
Branches 62 64 +2
==========================================
+ Hits 210 218 +8
- Misses 0 1 +1
Continue to review full report at Codecov.
|
|
So this is just |
|
...and yes, FF is the place for this. |
Yeah, total brain fart, lol. I've kinda copy pasted what I've put into my app to handle this (as I dont get easy access to the FF state from outside of the ). Totally missed the obvious fact that I can actually use the FF state here 😅 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
|
Published fix in |
Actually this probably could be included in final-form itself. If you'd like to include this change, let me know in which package and I'll update my PR (or move it) appropriately. I might also write tests once you approve the logic