flyerzrule
flyerzrule
Explore posts from servers
DDeno
Created by flyerzrule on 10/29/2024 in #help
Default imports not working
I have an import like this:
import Stumper from "stumper";
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.
4 replies