We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7746bde commit 12331d2Copy full SHA for 12331d2
pages/docs/react/latest/beyond-jsx.mdx
@@ -61,9 +61,9 @@ module Friend = {
61
~name: string,
62
~children: 'children,
63
~key: string=?,
64
- unit) => {. "name": string, "children": 'children'} = "";
+ unit) => {"name": string, "children": 'children} = "";
65
66
- let make = (props: {. "name": string, "children": 'children}) => {
+ let make = (props: {"name": string, "children": 'children}) => {
67
// React element creation from the original make function
68
}
69
0 commit comments