redux-flipper icon indicating copy to clipboard operation
redux-flipper copied to clipboard

Redux middleware for React Native for Flipper

Results 17 redux-flipper issues
Sort by recently updated
recently updated
newest added

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,...

dependencies

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...

needs more information

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...

dependencies

Try this action and for some reason you will get `payload.payload` `{ "type": "TEST", "payload": true }` ![Screenshot 2021-12-29 at 09 33 16](https://user-images.githubusercontent.com/16224235/147638025-43e57e20-ccf1-468b-bc39-afe9ba14a505.png)

good first issue

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 ![image](https://user-images.githubusercontent.com/26362991/149935197-fce0fcb3-b4cb-4539-a9f6-8895404c56e9.png)

bug
good first issue

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...

enhancement

hey there, just some small changes i found necessary when using this. thanks for the plugin!

enhancement