Skip to content

Instantly share code, notes, and snippets.

@bnayae
Created January 12, 2021 17:41
Show Gist options
  • Select an option

  • Save bnayae/5f4598e849bbfbe7357704bac17ef9ae to your computer and use it in GitHub Desktop.

Select an option

Save bnayae/5f4598e849bbfbe7357704bac17ef9ae to your computer and use it in GitHub Desktop.
export const stateTracking = atomFamily<string[], JourneyType>({
key: 'state-product-tracking',
default: [],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment