flyerzruleF
Denoβ€’15mo agoβ€’
4 replies
flyerzrule

Default imports not working

I have an import like this:
import Stumper from "stumper";

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.
Was this page helpful?