Replies: 1 comment
-
Did you ever resolve this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a dependency that export its default with that "as" syntax.
At runtime i get an error:
TypeError: (0 , Ui.default) is not a function
.Ui
which is the imported library is equal to the object{ borderBoxWarn: xxx, default: { default: () => xxx , ...}, observerErr:xxx };
not sure if there is a way to get that to work.
Beta Was this translation helpful? Give feedback.
All reactions