easy-peasy icon indicating copy to clipboard operation
easy-peasy copied to clipboard

Vegetarian friendly state for React

Results 92 easy-peasy issues
Sort by recently updated
recently updated
newest added

Heya! Whilst testing some React components for the first time with Easy-Peasy; I came across the following problem: Whenever I was firing a user event with `@testing-library/user-event`'s `userEvent` method and...

With this little patch I was able to upgrade React to 18 without any additional changes in code using `easy-peasy`. It might NOT fix https://github.com/ctrlplusb/easy-peasy/issues/741 nor https://github.com/ctrlplusb/easy-peasy/issues/740 , but it...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

I am getting a Typescript error if I upgrade @types/react to version 18.0.0 and use Easy Peasy: ``` Type error: No overload matches this call. Overload 1 of 2, '(props:...

https://github.com/infinitered/reactotron/blob/master/docs/quick-start-react-native.md

docs

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

After upgrading to react version 18, `easy-peasy` stopped working. When we call API it doesn't rerender a component which uses `useStoreState` hook.

Also expose getActions in helpers. Fixes #596.