Recoilize icon indicating copy to clipboard operation
Recoilize copied to clipboard

A Chrome Dev tool for debugging applications built with the experimental Recoil.js state management library.

Results 26 Recoilize issues
Sort by recently updated
recently updated
newest added

Recoil crashes immediately and chrome extension fails (needs to be reloaded). ``` import { RecoilRoot } from 'recoil'; import RecoilizeDebugger from 'recoilize'; ... ``` ![Screen Shot 2021-09-22 at 3 30...

Installing this package via `yarn add recoilize --dev` is missing the typescript definitions. I think you are missing the creation of .d.ts files in your tsconfig for the actual npm...

in progress

throwing error "TypeError: Cannot read property 'get' of undefined ", with recoil version 0.0.13, 0.0.12, 0.0.11 (above 0.0.10), and recoilize version 0.8.0, react version 16.13.1 ![recoilize_error](https://user-images.githubusercontent.com/26691214/93713961-087b3f00-fb7d-11ea-8727-a04b8b64eed3.png)

bug

When I have undefined as a default value or return undefined from a selector the debugger crashes and with it the whole app.

bug

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...

enhancement

When including the Debugger it immediately throws on app start up:

bug

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...

enhancement