Created
January 12, 2021 17:46
-
-
Save bnayae/22cb47687f392eed7bfefbc2c1f34d8f to your computer and use it in GitHub Desktop.
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
set(stateProductId(familyKey), value.productId); | |
set(stateColor(familyKey), value.color); | |
set(stateSize(familyKey), value.size); | |
set(stateCount(familyKey), value.count); | |
// track | |
set(stateTracking(journey), (prv) => { | |
return [...prv, id]; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment