language-javascript-jsx icon indicating copy to clipboard operation
language-javascript-jsx copied to clipboard

Support React v16.2 return multiple elements via empty tag

Open meirkoen opened this issue 7 years ago • 0 comments

const App = () => ( <> <p>React 16.2</p> <p>React 16.2</p> </> );

meirkoen avatar Dec 04 '17 11:12 meirkoen