Replies: 2 comments 1 reply
-
Seems like there might be a circular import issue of some kind, but hard to tell without knowing your codebase. |
Beta Was this translation helpful? Give feedback.
1 reply
-
turns out the order of import screwed up. I tried to import the RTK query API before the importing the redux store... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I am trying to dispatch an RTK query fetch inside the loader which I exported and used inside the routing config like below. but I am getting this initialisation error... pretty sure redux has already been setup and running ....
Need help! :) thanks
Beta Was this translation helpful? Give feedback.
All reactions