Steve Richardson

Results 10 comments of Steve Richardson

@gkiely I didn't get around to completing this one sorry. It needs some work before it is ready. I won't be able to get around to it anytime soon.

Hey @Donivanes, Check out [this recent change](https://github.com/steviebaa/mui-nested-menu/pull/18/files#diff-48f75e0a1e31b8a8576267275007a1837c2d4a70d2fb56f19b70472bef6135b1R5) to the import statements... Can you just double check in your local build that importing like this works too: ``` import {styled} from...

Nice one, thanks Jon. Ivan, I'll try getting around to creating a branch which has the esm and cjs versions in the build. Ill try downloading that sandbox and testing...

Too interesting not to have a quick go, who needs sleep... @Donivanes If you want to pull down [this branch](https://github.com/steviebaa/mui-nested-menu/tree/esm-support) then run the command `npm run pack`. Then try using...

This is possible. ```js console.log('click')} > ```

No worries Pierce, I won't be able to look at this for at least a week. If you're confident the issue is there and would like to make a PR...

Oo, thats a nasty one. I couldn't replicate it on my laptop but managed to in a codesandbox. I butchered a copy of the `NestedMenuItem` component into the sandbox to...

@Ranjeet-Naidu, its not on my radar unfortunately. It seems no one is actively working on it. Feel free to make a PR for it.

Thanks for reporting this @ofirrifo. If you're up for it, feel free to open a PR for it. Otherwise I'll try look into it when I find some time.

Hey @Sean-Idox-ADS Unfortunately I don't have time to spend on this anymore. If you or anyone else would like to create a PR and make sure it's backward compatible, then...