You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! I'll see if I can repro, but my gut is telling me this is because you're spelling guify wrong (guifiy), so you're importing a function that isn't defined by the library.
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.
The text was updated successfully, but these errors were encountered: