Skip to content

DisplayName not retreived by default from latest React APIs #352

Closed
@pascalduez

Description

@pascalduez
function Foo() {
  return <div />
}

export default React.memo(Foo);

Results in:

<[object Object] />

See facebook/react#14319

Opening an issue here to track the progress, and see what we can do.
The thing is we need the displayName not only for DEV env, but also production.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions