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
has anyone been able to make webext-redux work with rtk-query? When triggering a query from the popup, I see a network request resolve properly, and the store updated, but I also see this warning even though the middleware is added in the background script.
Warning: Middleware for RTK-Query API at reducerPath "xxx" has not been added to the store.
You must add the middleware for RTK-Query to function correctly!
Triggered in buildInitiate.ts, which I believe is because dispatch returns a Promise in webext-redux.
The text was updated successfully, but these errors were encountered:
justindomingue
changed the title
rtk-query support
middleware warning when using rtk-query
Jun 5, 2023
has anyone been able to make webext-redux work with rtk-query? When triggering a query from the popup, I see a network request resolve properly, and the store updated, but I also see this warning even though the middleware is added in the background script.
Triggered in buildInitiate.ts, which I believe is because
dispatch
returns aPromise
in webext-redux.The text was updated successfully, but these errors were encountered: