You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume it's just because react-docgen does not yet use babel 7. If a stateless functional component renders a fragment using shorthand (return <></>), react-docgen will say it could not find an exported component:
Warning: x/y/z/index.jsx matches a pattern defined in “components” or “sections” options in your style guide config but doesn’t export a component.