This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
ACTION is undefined
| Integration Reactotron Redux and Redux Toolkit (createAsyncThunk)
#46
Comments
@abdullahizzuddiin Have you found a solution? |
Not yet @anderpo |
I implement it this way. works. |
It works for me too. You saved my day |
It's worked for me, tks |
My Reactotron config
My store.js
I don't know what may be the problem, could be the reducer not being the rootReducer. |
Okey, solved it. It was this import on store.js as I was exporting the whole function And this function on Reactotron config Hope it helps someone who is struggling with this too :) |
My store file uses TypeScript and apparently
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am developing an app using Redux Toolkit. Then, I integrate it with Reactotron Redux.
But, it seems Reactotron didn't recognized action that defined on
createAsyncThunk
. But, it recognized action that defined as standard reducer.This is my ReactotronConfig.js
and this is my Store Configuration.
Any clue about this problem?
The text was updated successfully, but these errors were encountered: