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
Hi, i tried to use Redux Devtools in my app as a React component but have errors like:
ERROR in ./node_modules/@redux-devtools/rtk-query-monitor/lib/esm/components/QueryPreviewInfo.js 2:0-58
× Package subpath './dist/query' is not defined by "exports" in /Users/depetrov/Projects/freelance/something/frontend/node_modules/@reduxjs/toolkit/package.json
Rspack compiled with 1 error in 1.14 s
I think this is because code in dist does not have extensions in imports, but this is required in ESM:
Can we fix that and add extensions to ESM version?
The text was updated successfully, but these errors were encountered:
Hi, i tried to use Redux Devtools in my app as a React component but have errors like:
I think this is because code in dist does not have extensions in imports, but this is required in ESM:
Can we fix that and add extensions to ESM version?
The text was updated successfully, but these errors were encountered: