Recoilize
Recoilize copied to clipboard
A Chrome Dev tool for debugging applications built with the experimental Recoil.js state management library.
Hi, thanks for this debugger. This issue was previously reported https://github.com/open-source-labs/Recoilize/issues/122. I am seeing the same blank screen problem, the symptom is also the same with a brief flash of...
This error occurs in an app that makes use of Suspense
I'm using Turborepo and Next and when I run ``` yarn workspace store add recoilize ``` It installs but I can't use it I just get an error like this...
I just install recoilize to chrome https://chrome.google.com/webstore/detail/recoilize/jhfmmdhbinleghabnblahfjfalfgidik and install the npm package "recoilize": "^3.1.6", ``` ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render( ....SOME OTHE COMPONENTS ); ``` and I get this error: ``` index.js:201...
I cannot get it to work with storybook - just shows the "Supported only with Recoil apps with the Recoilize NPM module." message. I have ensured I have passed it...