Closed Spaxe closed 5 years ago
This PR adds a default displayName prop to the CytoscapeComponent, so in React DevTools it can be searched right away:
displayName
Subsequent instances of CytoscapeComponent can override its own displayName prop to differentiate themselves from each other.
CytoscapeComponent
This PR adds a default
displayName
prop to the CytoscapeComponent, so in React DevTools it can be searched right away:Subsequent instances of
CytoscapeComponent
can override its owndisplayName
prop to differentiate themselves from each other.