alexkatz / react-tiny-popover

A simple and highly customizable popover react higher order component with no other dependencies! Typescript friendly.
MIT License
454 stars 121 forks source link

Fix eslint problems in custom component example #99

Closed AntonOellerer closed 3 years ago

AntonOellerer commented 3 years ago

When using the custom component example, eslint complained about multiple problems (react/prop-types children; is missing in props validation, Component definition is missing display name react/display-name, and some third one). This commit should fix those errors.