effector-devtools icon indicating copy to clipboard operation
effector-devtools copied to clipboard

A tool to power-up Effector development workflow, track state changes, events and effects.

Results 6 effector-devtools issues
Sort by recently updated
recently updated
newest added

subj ![image](https://user-images.githubusercontent.com/127537054/236448879-b114f616-f2c6-437e-9a38-57b5c68990f1.png) ![image](https://user-images.githubusercontent.com/127537054/236448985-e1d2e8f9-8ac2-45e6-9180-37855d773e3d.png)

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"