Skip to content

Instantly share code, notes, and snippets.

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