Skip to content

Commit 4641f48

Browse files
committed
Correct jsx children spread sample
1 parent d13222a commit 4641f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/v12.0.0/migrate-to-v12.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ v11:
103103
v12:
104104

105105
```res
106-
<div> {...children} </div>
106+
<div> children </div>
107107
```
108108

109109
### Attributes

0 commit comments

Comments
 (0)