Skip to content

Does not work when component is wrapped with memo #12

@ginvaell

Description

@ginvaell

The plugin does not recognize the component if it is wrapped with memo

example:

export const MyComponent = memo(props => {
    return (
        <div>{props.text}</div>
    );
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions