Skip to content

Instantly share code, notes, and snippets.

@GunaShekar02
Last active June 21, 2020 16:20
Show Gist options
  • Save GunaShekar02/f447273aae5c4e50df129ae1612239a8 to your computer and use it in GitHub Desktop.
Save GunaShekar02/f447273aae5c4e50df129ae1612239a8 to your computer and use it in GitHub Desktop.
import { atom } from "recoil";
export const currentContactState = atom({
key: "currentContactState",
default: 1,
});
@GunaShekar02
Copy link
Author

Thanks for the great example! FYI there is a minor typo in the key -> "currentContactState"

Hey! Thanks for pointing it out, fixed it! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment