sterlingdcs-damian
sterlingdcs-damian
Is there a good workaround for this? I would upgrade to the next major but the codemod doesnt work yet
Also facing the same issue. We have a large project. It does have some existing tsc compilation errors, if thats a factor.. but the codemod not giving any useful info...
any ideas if this will be prioritised? or is it possible to backfill some bugs to the previous major?
```npx @mui/x-codemod@latest v7.0.0/preset-safe . Need to install the following packages: @mui/[email protected] Ok to proceed? (y) y Executing command: jscodeshift /home/d/.npm/_npx/51d343d56bb93e62/node_modules/@mui/x-codemod/node_modules/jscodeshift/bin/jscodeshift.js --transform /home/d/.npm/_npx/51d343d56bb93e62/node_modules/@mui/x-codemod/v7.0.0/preset-safe --extensions js,ts,jsx,tsx --parser tsx --ignore-pattern **/node_modules/** /home/d/code/frontend ====================================...
It also appears to modifying code completely unrelated by MUI by putting redundnant parenthesis around them  Also doesnt appear to have a fix for the `UncapitalizedGridPremiumSlotsComponent` export
@LukasTy yes, prettier auto fixes that, so that part is not so much of an issue.. the other parts are though
just reran, my results: After running the codemods, make sure to test your application and that you don't have any formatting or console errors. Processing 3052 files... Spawning 15 workers......
@https://github.com/alexfauquette using ``` "@mui/x-charts": "https://pkg.csb.dev/mui/mui-x/commit/b7ffe8e1/@mui/x-charts", "@mui/x-charts-vendor": "https://pkg.csb.dev/mui/mui-x/commit/b7ffe8e1/@mui/x-charts-vendor", ``` doesnt fix it for me ,. i get ``` Test suite failed to run Cannot find module '@mui/x-charts-vendor/d3-scale' from 'node_modules/@mui/x-charts/context/CartesianProvider/computeValue.js' Require stack:...
Is there any workaround for this? Trying to migrate to vite but ran into this. Spent another day trying to get it working to no avail.. my question on SO...
I guess this repo is abandoned then? pity