Closed ukari closed 5 years ago
for example
let a = () => ( <> <div>A</div> <div>B</div> <div>C</div> </> );
react fragments shot syntax is the snippet(<></>) above
<></>
introduce link
If this is a bug report, can you provide reproduction steps - how you're using it, what error you're getting etc.?
Sorry for my mistake, I has been realized it provides a type: "JSXFragment" just now. Closed
for example
react fragments shot syntax is the snippet(
<></>
) aboveintroduce link