effector-devtools
effector-devtools copied to clipboard
A tool to power-up Effector development workflow, track state changes, events and effects.
subj  
Extension crashes when I try to type into xpath field, so I can't complete filter. Minimal reproduce is `$.[?(`, which is part of `$.[?(@.field)]`
I'm not sure how to fix this, so doing issue instead of PR. This code adds second argument to `.map` calls, causing error ``` second argument of store.map is deprecated,...
Wrap JSON.stringify in try-catch to avoid any stringify exception, like with circular object
``` const onClick = createEvent() function Component() { return click me } ``` 👆 this code will cause error in console
Condition `"config" in meta` doesn't check property _content_. Property could exist, but be undefined, causing error "reading .loc of undefined"