Skip to content

Instantly share code, notes, and snippets.

@bnayae
Created January 12, 2021 17:46
Show Gist options
  • Save bnayae/22cb47687f392eed7bfefbc2c1f34d8f to your computer and use it in GitHub Desktop.
Save bnayae/22cb47687f392eed7bfefbc2c1f34d8f to your computer and use it in GitHub Desktop.
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