Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript webpack setup #1446

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix docs
  • Loading branch information
epicfaace committed Sep 29, 2019
commit 586f0833a29a79cc15a4426782e7ad898d844d13
4 changes: 2 additions & 2 deletions docs/advanced-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ render((
), document.getElementById("app"));
```

Please see [customArray.js](https://github.com/mozilla-services/react-jsonschema-form/blob/master/playground/samples/customArray.js) for a better example.
Please see [customArray.tsx](https://github.com/mozilla-services/react-jsonschema-form/blob/master/playground/samples/customArray.tsx) for a better example.


The following props are passed to each `ArrayFieldTemplate`:
Expand Down Expand Up @@ -182,7 +182,7 @@ render((
), document.getElementById("app"));
```

Please see [customObject.js](https://github.com/mozilla-services/react-jsonschema-form/blob/master/playground/samples/customObject.js) for a better example.
Please see [customObject.tsx](https://github.com/mozilla-services/react-jsonschema-form/blob/master/playground/samples/customObject.tsx) for a better example.

The following props are passed to each `ObjectFieldTemplate`:

Expand Down