I'm just getting started with guify, but I run into an issue when using the npm version. The default export is not a constructor:
All I'm doing is this:
import guifiy from "guify";
const gui = new guifiy();
And I get the error _guify.default is not a constructor.

Here's a demonstration of the bug:
https://codesandbox.io/s/eloquent-williams-vlqze?file=/src/index.js
This is using guify 0.15.1, the last version as of now.
I'm just getting started with guify, but I run into an issue when using the npm version. The default export is not a constructor:
All I'm doing is this:
And I get the error
_guify.default is not a constructor.Here's a demonstration of the bug:
https://codesandbox.io/s/eloquent-williams-vlqze?file=/src/index.js
This is using guify 0.15.1, the last version as of now.