Skip to content

Creating functional components using static method references doesn't work correctly #19

Open
@pstockley

Description

@pstockley

GWT currently creates a new function each time a method reference is used, even if the method is static. This causes react to re-render the functional component every time as it sees it as a different functional component.

We should remove method references as a recommended way of defining functional components.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions