Yelp / lemon-reset

Consistent, cross-browser React DOM tags, powered by CSS Modules. 🍋
MIT License
131 stars 13 forks source link

fix displayName #70

Closed mxmul closed 5 years ago

mxmul commented 5 years ago

In #69 we started dynamically generating the components exported by lemon-reset. This branch restores the displayNames that we used to have by virtue of using a named class component, to fix any snapshot tests that were relying on those names.