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
Describe the bug
Upgraded to v2 beta.0 and now it no longer renders and I get an error
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
Expected behavior
According to #10 (comment) the API is remaining unchanged, but I guess something changed.
The export is now called GuidedBox (Box will be added later).
Also: rotation is mandatory.
I noticed an issue with the handles though (seems like the styles are not being applied correctly).
Sorry I'm very busy ATM so the next version might take a while. I'll see if I can at least fix the handles ASAP. (You could add them manually if this is urgent)
Describe the bug
Upgraded to v2 beta.0 and now it no longer renders and I get an error
Expected behavior
According to #10 (comment) the API is remaining unchanged, but I guess something changed.
Additional context
The text was updated successfully, but these errors were encountered: