Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DisplayName not retreived by default from latest React APIs #352

Closed
pascalduez opened this issue Feb 12, 2019 · 4 comments
Closed

DisplayName not retreived by default from latest React APIs #352

pascalduez opened this issue Feb 12, 2019 · 4 comments
Assignees
Labels

Comments

@pascalduez
Copy link
Contributor

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.

@armandabric armandabric self-assigned this Sep 18, 2019
@roedit
Copy link

roedit commented Nov 5, 2019

Hi, do you accept pr's for this fix??

@armandabric
Copy link
Collaborator

We are always happy to receive PR 😄

@mallow-fight
Copy link

when to fix this bug? does any method to solve it?

@armandabric
Copy link
Collaborator

This issue seems to have been fixed by #617. If not the case you could re-open the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants