File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
apps/website/content/docs/configuration Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ export function JSXRuntimeTypeTable() {
1212 type : "JSXTransform" ,
1313 description : < Link href = "https://www.typescriptlang.org/tsconfig/#jsx" > The JSX transform to use</ Link > ,
1414 default : '"react-jsx"' ,
15- required : true ,
1615 typeDescription : (
1716 < CodeBlock
1817 code = { dedent `
@@ -36,7 +35,6 @@ export function JSXRuntimeTypeTable() {
3635 </ Link >
3736 ) ,
3837 default : '"React.createElement"' ,
39- required : true ,
4038 } ,
4139 jsxFragmentFactory : {
4240 type : "string" ,
@@ -46,7 +44,6 @@ export function JSXRuntimeTypeTable() {
4644 </ Link >
4745 ) ,
4846 default : '"React.Fragment"' ,
49- required : true ,
5047 } ,
5148 jsxImportSource : {
5249 type : "string" ,
@@ -56,7 +53,6 @@ export function JSXRuntimeTypeTable() {
5653 </ Link >
5754 ) ,
5855 default : '"react"' ,
59- required : true ,
6056 } ,
6157 } }
6258 />
You can’t perform that action at this time.
0 commit comments