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

CommonJS Export #6

Open Zedjones opened 3 years ago

Zedjones commented 3 years ago

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.

estradanic commented 3 years ago

Bump. Same issue here.

tanvi-singh commented 3 years ago

Any solution to avoid this?

Amoodaa commented 3 years ago

@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 commented 3 years ago

@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