You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2023. It is now read-only.
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?