easy-peasy
easy-peasy copied to clipboard
Vegetarian friendly state for React
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...
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
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...
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...
React 18
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.