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

ERROR: No matching export in "node_modules/@mantine/core/esm/index.mjs" for import "packSx" #472

Open
1 task done
psm-solution-group opened this issue Jan 9, 2025 · 0 comments

Comments

@psm-solution-group
Copy link

mantine-react-table version

v1.3.4

react & react-dom versions

latest

Describe the bug and the steps to reproduce it

I want to install mantine-react-table but got this error:

X [ERROR] No matching export in "node_modules/@mantine/core/esm/index.mjs" for import "packSx"

    node_modules/mantine-react-table/dist/esm/mantine-react-table.esm.js:7:237:
      7 │ ... Menu, Button, Switch, Radio, Checkbox, Flex, Progress, Pagination, Badge, MultiSelect, Autocomplete, packSx, Alert, Stack, Divider, Transition, RangeSlider, Popover, Indicator, Table, Modal, LoadingOverlay, P...
        ╵                                                                                                          ~~~~~~

C:\Users\emre\Desktop\psm\psm_frontend\node_modules\esbuild\lib\main.js:1651
  let error = new Error(text);
              ^

Error: Build failed with 1 error:
node_modules/mantine-react-table/dist/esm/mantine-react-table.esm.js:7:237: ERROR: No matching export in "node_modules/@mantine/core/esm/index.mjs" for import "packSx"
    at failureErrorWithLog (C:\Users\emre\Desktop\psm\psm_frontend\node_modules\esbuild\lib\main.js:1651:15)
    at C:\Users\emre\Desktop\psm\psm_frontend\node_modules\esbuild\lib\main.js:1059:25
    at C:\Users\emre\Desktop\psm\psm_frontend\node_modules\esbuild\lib\main.js:1527:9
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: [Getter/Setter],
  warnings: [Getter/Setter]
}

Minimal, Reproducible Example - (Optional, but Recommended)

.

Screenshots or Videos (Optional)

No response

Do you intend to try to help solve this bug with your own PR?

None

Terms

  • I understand that if my bug cannot be reliably reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
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