Skip to content

Instantly share code, notes, and snippets.

@bnayae
Created January 12, 2021 17:47
Show Gist options
  • Save bnayae/1332fbcbc30907b7ccf5dd9629a17235 to your computer and use it in GitHub Desktop.
Save bnayae/1332fbcbc30907b7ccf5dd9629a17235 to your computer and use it in GitHub Desktop.
if (guardRecoilDefaultValue(value)) {
reset(stateProductId(familyKey));
reset(stateColor(familyKey));
reset(stateSize(familyKey));
reset(stateCount(familyKey));
// remove from tracking
set(stateTracking(journey),
(prv) => [...prv.filter((m) => m !== id)]);
return; // no need for further handling
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment