Skip to content
Closed
2 changes: 1 addition & 1 deletion docs/intro-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default Cat;

You can think of curly braces as creating a portal into JS functionality in your JSX!

> Because JSX is included in the React library, it won’t work if you don’t have `import React from 'react'` at the top of your file!
> If you're using React Native with React 17 or later, you **no longer need** to `import React from 'react'`. Find out more [here](https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html)

## Custom Components

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.73/intro-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default Cat;

You can think of curly braces as creating a portal into JS functionality in your JSX!

> Because JSX is included in the React library, it won’t work if you don’t have `import React from 'react'` at the top of your file!
> If you're using React Native with React 17 or later, you **no longer need** to `import React from 'react'`. Find out more [here](https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html)

## Custom Components

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.74/intro-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default Cat;

You can think of curly braces as creating a portal into JS functionality in your JSX!

> Because JSX is included in the React library, it won’t work if you don’t have `import React from 'react'` at the top of your file!
> If you're using React Native with React 17 or later, you **no longer need** to `import React from 'react'`. Find out more [here](https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html)

## Custom Components

Expand Down