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
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.