sergeysova / styled-normalize

normalize.css for styled-components
https://npmjs.com/styled-normalize
MIT License
446 stars 19 forks source link

Add displayName to Normalize component #31

Closed GreenTeaCake closed 8 months ago

GreenTeaCake commented 8 months ago

Initial checklist

Description of changes

React Developer Tool shows the name of the Normalize component as l2. The PR addresses the issue and assigns a human understandable value to the displayName property of the component. As a result we can clearly distinguish the component from other ones with striped out display names. So the debugging process is eased.

sergeysova commented 8 months ago

@GreenTeaCake Thank you! Good contribution.