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.
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.