You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems RJSF has been split out of mozilla to a separate repo, i found this link to be out of date. Co-authored-by: Ashwin Ramaswami <aramaswamis@gmail.com>
Copy file name to clipboardExpand all lines: docs/advanced-customization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ render((
108
108
), document.getElementById("app"));
109
109
```
110
110
111
-
Please see [customArray.js](https://github.com/mozilla-services/react-jsonschema-form/blob/master/playground/samples/customArray.js) for a better example.
111
+
Please see [customArray.js](https://github.com/rjsf-team/react-jsonschema-form/blob/master/packages/playground/src/samples/customArray.js) for a better example.
112
112
113
113
114
114
The following props are passed to each `ArrayFieldTemplate`:
0 commit comments