azmenak / material-ui-nested-menu-item

Drop-in replacement for MUI's MenuItem with infinitely nested menus, and open on hover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CommonJS Export

Zedjones opened this issue · comments

Would it be possible to add support for CommonJS, e.g. main in the package.json in addition to ES6 modules? We're using Jest for tests and running into an issue with ES6 not being supported.

Bump. Same issue here.

Any solution to avoid this?

@tanvi-singh you can copy the code and export it instead of using the npm install, since the repo is not being updated since feb

@tanvi-singh you can copy the code and export it instead of using the npm install, since the repo is not being updated since feb

Thanks @Amoodaa , i used some other approach of converting MenuItem