Skip to content

Error when constructing guify instance #30

Description

@fdb

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.

Screenshot 2022-02-11 at 09 24 23

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions