This commits fix the default export error encountered when using esm module.
It has a breaking change as is change the import from default to named export.
I've tested it with both esm and cjs and it work.
I hope you agree to this breaking change, but it's the only way that I've found to fix this issue
This commits fix the default export error encountered when using esm module. It has a breaking change as is change the import from default to named export. I've tested it with both esm and cjs and it work. I hope you agree to this breaking change, but it's the only way that I've found to fix this issue