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
This will not work, because the alias is not correctly changed into the namespace. Instead of Example.MixinOne(Example.MixinTwo(Polymer.Element)) the aliases appear in generated output.
Not sure if's it's worth implementing this way although I don't think it's inherently bad to split the namespace this way.
A workaround is to import as but use the correct namespace and ignore TS errors/warning
I have multiple behaviors exported in same namespace:
It is not possible to >>correctly<< import both in one element's source by aliasing the namespace
This will not work, because the alias is not correctly changed into the namespace. Instead of
Example.MixinOne(Example.MixinTwo(Polymer.Element))
the aliases appear in generated output.Not sure if's it's worth implementing this way although I don't think it's inherently bad to split the namespace this way.
A workaround is to import as but use the correct namespace and ignore TS errors/warning
The text was updated successfully, but these errors were encountered: