Results 1 comments of Chris Risner

I had the same issue, just import whatever package is throwing the error wherever you plan to use it like so ``` async function myFunc(){ const package = (await import('yourPackageThatIsThrowingTheError'))...