I am using Custom Element to build my own components with react. when I tried to use materials-ui (mui) I installed the following packages through velo npm:
@mui/material
react & react-dom
emotion/react & emotion/styled
When i run my site i get the following error: “Cannot find module ‘@mui/system’ in ‘@mui/core/Popper’”.
Did someone successfully used mui in wix site? Is it possible?