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
As mentioned in PR #30 , if a widget has a @UiConstructor, the generated output is incorrect.
I (justin) was able to reproduce this issue locally. It is due to the creator variable being non-null, but not realizing it's because of a @UiConstructor and thinking it's a @UiFactory. That's why the output is something like owner.<init> because "" in this case is the simple name of the method (constructor in this case).
The text was updated successfully, but these errors were encountered:
Created on behalf of @treblereel
As mentioned in PR #30 , if a widget has a
@UiConstructor
, the generated output is incorrect.I (justin) was able to reproduce this issue locally. It is due to the
creator
variable being non-null, but not realizing it's because of a@UiConstructor
and thinking it's a@UiFactory
. That's why the output is something likeowner.<init>
because "" in this case is the simple name of the method (constructor in this case).The text was updated successfully, but these errors were encountered: