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
When import RtkQueryMonitor component I get an error:
ERROR in ./node_modules/@redux-devtools/rtk-query-monitor/lib/esm/components/QueryPreviewInfo.js 2:0-58 Module not found: Error: Package path ./dist/query is not exported from package /../my-app/node_modules/@reduxjs/toolkit (see exports field in /../my-app/node_modules/@reduxjs/toolkit/package.json)
I thing dependencies are not current
The text was updated successfully, but these errors were encountered:
Where and why are you trying to import RtkQueryMonitor? That's a component of the DevTools Extension UI, and not normally something you'd need to reference yourself.
When import RtkQueryMonitor component I get an error:
ERROR in ./node_modules/@redux-devtools/rtk-query-monitor/lib/esm/components/QueryPreviewInfo.js 2:0-58
Module not found: Error: Package path ./dist/query is not exported from package /../my-app/node_modules/@reduxjs/toolkit (see exports field in /../my-app/node_modules/@reduxjs/toolkit/package.json)
I thing dependencies are not current
The text was updated successfully, but these errors were encountered: