Skip to content

UiConstructor not working correctly #31

Description

@jhickman

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 like owner.<init> because "" in this case is the simple name of the method (constructor in this case).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions