Added internal forceUpdate flag for fields for final-form-arrays' mutators#244
Conversation
Codecov Report
@@ Coverage Diff @@
## master #244 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 12 12
Lines 542 544 +2
Branches 111 112 +1
=====================================
+ Hits 542 544 +2
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## master #244 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 12 12
Lines 542 544 +2
Branches 111 112 +1
=====================================
+ Hits 542 544 +2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #244 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 12 12
Lines 542 544 +2
Branches 111 112 +1
=====================================
+ Hits 542 544 +2
Continue to review full report at Codecov.
|
|
Reverted in |
|
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. |
Mutators can now mark a field as
forceUpdateto ensure that its subscribers will be notified.