Skip to content

Commit 3671316

Browse files
mununkicknitt
andcommitted
Update pages/docs/react/latest/migrate-from-v3.mdx
Co-authored-by: Christoph Knittel <christoph@knittel.cc>
1 parent 5e43270 commit 3671316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/react/latest/migrate-from-v3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ JSX v3 is still available with the latest version of compiler and rescript-react
8484
}
8585
```
8686

87-
To build certain dependencies in V3 compatibility mode, whatever the version used in the root project, use `"v3-dependencies"`: the listed dependencies will be built in V3 mode, and in addition `-open ReatcV3` is added to the compiler options.
87+
To build certain dependencies in V3 compatibility mode, whatever the version used in the root project, use `"v3-dependencies"`. The listed dependencies will be built in V3 mode, and in addition `-open ReactV3` is added to the compiler options.
8888

8989
## Migration of V3 components
9090

0 commit comments

Comments
 (0)