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
The latest ReduxJs toolkit configuration is a little different than what is written in the code base of the app leading to some action related issues in the console (I was using Expo in IOS), It was showing that undefined is sent in dispatch .. Separate action file is no longer necessary and we can return the current state directly which will solve the issue .
[X]->Problem is the the configuration and setup of the Redux to the modern standard .
Thanks
The text was updated successfully, but these errors were encountered:
I investigated this issue and found that the redux setup needs some rework. The state needs to be isolated in logical slices, as well as the reducer needs to consolidate all actions in each slice. I will raise the PR that will properly set this up.
The latest ReduxJs toolkit configuration is a little different than what is written in the code base of the app leading to some action related issues in the console (I was using Expo in IOS), It was showing that undefined is sent in dispatch .. Separate action file is no longer necessary and we can return the current state directly which will solve the issue .
[X]->Problem is the the configuration and setup of the Redux to the modern standard .
Thanks
The text was updated successfully, but these errors were encountered: