Avoid Anonymous Components With the displayName Property

There are a few cases where the React devtools can’t infer a name for a component, use the displayName property to avoid anonymous components in the devtools.

Published · Last updated
Loading...