-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: accidental mutation of field.value
in refactor of update for dynamic data i accidentally mutated the field.value object in getFormattedValue. which in turn triggers getFormattedValue function. this commit fixes it by updating local variable instead of field.value object.
- Loading branch information
1 parent
fdee4b9
commit 48e821c
Showing
1 changed file
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters