File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ function ArrayFieldTemplate(props) {
3434
3535render ((
3636 < Form schema= {schema}
37- ArrayFieldTemplate= {ArrayFieldTemplate} / > ,
37+ ArrayFieldTemplate= {ArrayFieldTemplate} / >
3838), document .getElementById (" app" ));
3939```
4040
@@ -111,7 +111,7 @@ function CustomFieldTemplate(props) {
111111
112112render ((
113113 < Form schema= {schema}
114- FieldTemplate= {CustomFieldTemplate} / > ,
114+ FieldTemplate= {CustomFieldTemplate} / >
115115), document .getElementById (" app" ));
116116```
117117
@@ -179,7 +179,7 @@ function ObjectFieldTemplate(props) {
179179
180180render ((
181181 < Form schema= {schema}
182- ObjectFieldTemplate= {ObjectFieldTemplate} / > ,
182+ ObjectFieldTemplate= {ObjectFieldTemplate} / >
183183), document .getElementById (" app" ));
184184```
185185
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ const uiSchema = {
113113
114114render ((
115115 < Form schema= {schema}
116- uiSchema= {uiSchema} / > ,
116+ uiSchema= {uiSchema} / >
117117), document .getElementById (" app" ));
118118```
119119
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ const schema = {
115115
116116render ((
117117 < Form schema= {schema}
118- idPrefix= {" rjsf_prefix" }/ > ,
118+ idPrefix= {" rjsf_prefix" }/ >
119119), document .getElementById (" app" ));
120120```
121121
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ const extraErrors = {
263263
264264render ((
265265 < Form schema= {schema}
266- extraErrors= {extraErrors} / > ,
266+ extraErrors= {extraErrors} / >
267267), document .getElementById (" app" ));
268268```
269269
You can’t perform that action at this time.
0 commit comments