There was an error while loading. Please reload this page.
2 parents 8c2faff + 614221a commit 7d1451eCopy full SHA for 7d1451e
README.md
@@ -66,6 +66,12 @@ Source maps are available at [this url](https://npmcdn.com/react-jsonschema-form
66
67
> Note: The CDN version **does not** embed *react* nor *react-dom*.
68
69
+> You'll also need to alias the default export property to use the Form component:
70
+
71
+```jsx
72
+const Form = JSONSchemaForm.default;
73
+```
74
75
## Usage
76
77
```jsx
0 commit comments