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
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.
The text was updated successfully, but these errors were encountered:
I'm experiencing the same error. Trying to copy the Editing CRUD example here. After using yarn to add the mantine-react-table package, I get the warning:
edit: @psm-solution-group looks like the @latest version v1.3.3 of mantine-react-table requires some outdated package dependences, so I've switched to the Beta v2.0.0-beta.9 and now my app at least compiles. I'm sure there will be other errors, but maybe this will help
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:
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
The text was updated successfully, but these errors were encountered: