JunHong Lim

Results 1 comments of JunHong Lim

You can solve this problem using `RecoilEnv`. ```tsx import { RecoilEnv } from 'recoil'; RecoilEnv.RECOIL_DUPLICATE_ATOM_KEY_CHECKING_ENABLED = false; function App() { return ( { ... } ); } ```