Cannot use import statement outside a module #163
prajaktapatilweb
started this conversation in
General
Replies: 2 comments 2 replies
-
Make sure you have up to date MUI V5 dependencies installed |
Beta Was this translation helpful? Give feedback.
0 replies
-
I get this error too when running jest on a JSX file importing material-react-table, even with the latest MUI v5 dependencies. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using basic Material-react-table but it shows the error
Cannot use import statement outside a module
and pointing to the file
node_modules/%20(mui/material/utils/debounce.js (1)
I am not able to understand how to remove this error.
I am using Nextjs.
Please help
Beta Was this translation helpful? Give feedback.
All reactions