jotaijs / jotai-trpc

MIT License
122 stars 7 forks source link

loadable support broken between 0.5.0 and 0.4.1 on StrictMode #17

Open robertmusil opened 1 year ago

robertmusil commented 1 year ago

Minimal reproduction demo (based on Pokemon example): https://codesandbox.io/s/hardcore-feather-lljsfl?file=/src/App.tsx

dai-shi commented 1 year ago

Thanks for reporting.

Removing React.StrictMode resolves the problem (hides it?)

https://github.com/pmndrs/jotai/issues/2076 might or might not be related.