Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
134 contributions in the last year
Contribution activity
July 2020
Created an issue in facebookexperimental/Recoil that received 2 comments
Creating Inline Atoms Fail (and with wrong error message)
Hi there!
Problem
Creating an atom inline i.e passing it to useRecoilState seems to fail:
- const countAtom = atom({
- key: "count",
- default: 0,
- …
2
comments