Hushel Roberts
Hushel Roberts
Please approve this pull request. Scrolling is completely broken without it
It appears this package is no longer maintained. However a cloned package with the fix for the scrolling issue can be found in @inmotio/material-ui-nested-menu-item: [https://www.npmjs.com/package/@inmotio/material-ui-nested-menu-item]
I'm having problems trying to use this method with ipfs-http-client: `const { create } = await import('ipfs-http-client')` isn't working for me using an async function. The result is always undefined....
I found something that works, but it is a hack based on Jay Wolfe's post on commonjs to ESM conversion: [https://jaywolfe.dev/how-to-use-es-modules-with-older-node-js-projects-the-right-way/](url) Define a new dynamic import that prevents typescript from...