-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
enhancementhelp wantedtodo: babel 7Stuff to fix when babel 7 is actually releasedStuff to fix when babel 7 is actually released
Description
Example:
import React from "react";
const ForAttendees = ({ page }) => (
<>
<section className="intro intro_attendees">{page}</section>
<div className="grid--5col">barfoo</div>
</>
);
export default ForAttendees;
react/prop-types
does not capture this. If you replace the fragment syntax with divs, it detects the case.
caub, saadq, ryanditjia and Haroenv
Metadata
Metadata
Assignees
Labels
enhancementhelp wantedtodo: babel 7Stuff to fix when babel 7 is actually releasedStuff to fix when babel 7 is actually released