Recoilize
Recoilize copied to clipboard
A Chrome Dev tool for debugging applications built with the experimental Recoil.js state management library.
Recoil crashes immediately and chrome extension fails (needs to be reloaded). ``` import { RecoilRoot } from 'recoil'; import RecoilizeDebugger from 'recoilize'; ... ``` 
When I have undefined as a default value or return undefined from a selector the debugger crashes and with it the whole app.
Right now the state tree is not really usable since the font size scales with the graph. Trying to get an overview is impossible, because you can't see what the...
When including the Debugger it immediately throws on app start up:
An error appears stating that the snapshot is empty and that the property of undefined cannot be accessed. Is it a matter of my setting? Or is it a problem...
I'm getting an error when using recoilize: `TypeError: currentNode.memoizedState.hasOwnProperty is not a function`. The`memoizedState` is just an empty object...
### Problem As a user, I want to be able to see `atomFamily` states. ### Solution The only solution for now is for me to use `atom()` and create the...