Default imports not working
I have an import like this:
I can't call any of the methods that exist on the default export. The Stumper object contains all of the exports from the entire library. I have the ability to use
Stumper.default
but I feel like that should not be necessary.1 Reply
It works exactly the same in Node, it's not a Deno bug