Skip to content

Commit 95894a1

Browse files
authored
specify required option to use Flow with new JSX transform (#3353)
1 parent 1d40cf0 commit 95894a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/2020-09-22-introducing-the-new-jsx-transform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ TypeScript supports the JSX transform in [v4.1 beta](https://devblogs.microsoft.
196196

197197
### Flow {#flow}
198198

199-
Flow supports the new JSX transform in [v0.126.0](https://github.com/facebook/flow/releases/tag/v0.126.0) and up.
199+
Flow supports the new JSX transform in [v0.126.0](https://github.com/facebook/flow/releases/tag/v0.126.0) and up, by adding `react.runtime=automatic` to your Flow configuration options.
200200

201201
## Removing Unused React Imports {#removing-unused-react-imports}
202202

0 commit comments

Comments
 (0)