Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESM version does not have extensions in imports #1786

Open
krutoo opened this issue Nov 12, 2024 · 0 comments
Open

ESM version does not have extensions in imports #1786

krutoo opened this issue Nov 12, 2024 · 0 comments

Comments

@krutoo
Copy link

krutoo commented Nov 12, 2024

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:
Image

Can we fix that and add extensions to ESM version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant