azmenak / material-ui-nested-menu-item

Drop-in replacement for MUI's MenuItem with infinitely nested menus, and open on hover
73 stars 44 forks source link

Remove @mui/codemod dependency from material-ui-nested-menu-item-v5 #36

Open sBouzols opened 2 years ago

sBouzols commented 2 years ago

Hi,

I think @mui/codemod are scripts that help update MUI APIs from v4 to v5 but its not meant to be packaged with your component. Because of dependency propagation, I suggest to remove it, maybe add it as a Devdependency ? Is there a reason to add it as a direct dependency that I misunderstand ?

Thanks in advance