-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
codepen examples in docs broken #3215
Comments
@epicfaace Can you be more specific about how they are broken? It's pretty clear we forgot to import the |
Running into this issue (skypackjs/skypack-cdn#337) now. |
By the way @heath-freenome , the reason they're broken now is that previously, we just used the UMD version and didn't need the import statements, as JSONSchemaForm was a global variable available by default. Now the code examples all use imports from different packages so we'll have to switch from using UMD to configuring codepen to also support js |
@epicfaace is that an easy change? |
See https://react-jsonschema-form.readthedocs.io/en/latest/usage/single/
Do you know what might have happened @heath-freenome @nickgros ?
The text was updated successfully, but these errors were encountered: