Eric Glanz

Results 3 comments of Eric Glanz

The correct url to open the admin UI is http://localhost:5000/admin

Can also confirm. Steps to reproduce: `npx create-react-app recoil-hmr-test --template typescript` Replace the contents of `App.tsx` with the following: ``` import React from 'react'; import { RecoilRoot, atom, useRecoilState }...

I agree that the atom should be moved outside of App in a normal application, but I wanted to give a concise set of steps to illustrate the issue. While...