redux-flipper
redux-flipper copied to clipboard
Redux middleware for React Native for Flipper
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...
Hello, can you please add readme file how to integrate with typescript and redux toolkit? since I get this error message: `Argument of type 'AsyncThunkAction' is not assignable to parameter...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Try this action and for some reason you will get `payload.payload` `{ "type": "TEST", "payload": true }` 
Trying to set a payload attribute with the name of type creates a dispatches an action where the value of the ``payload.type`` becomes the **action name** overriding the previous 
GIVEN the following store ```ts { todos: [{ title: "laundry"}, { title: "other stuff"}], done: [{ title: "groceries" }], } ``` GIVEN an action that updated the first todo's title...
Hello, I've just installed your plugin and i don't see any update for RTK Queries. Is it already supported? I can monitor the requests on the react-native-web side with the...
Connection to Redux Debugger is only happening when running the app on iOS. I tried to connect to the Android emulator without luck. Redux Debugger option is not even listed...
First, thank you for this plugin. It's very helpful! One issue with the user interface: The state tree can only be seen when inspecting a logged action. If a user...
hey there, just some small changes i found necessary when using this. thanks for the plugin!