There was an error while loading. Please reload this page.
1 parent 4b93d3a commit dec3ef4Copy full SHA for dec3ef4
docs/main.js
@@ -12,7 +12,7 @@ $(".language-jsx").each(function() {
12
var prefill = {
13
"title":"RJSF example",
14
"tags":[],
15
- "scripts":["https://cdnjs.cloudflare.com/ajax/libs/react/16.13.1/umd/react.production.min.js","https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.13.1/umd/react-dom.production.min.js","https://unpkg.com/@rjsf/core/dist/react-jsonschema-form.js"],
+ "scripts":["https://cdnjs.cloudflare.com/ajax/libs/react/16.13.1/umd/react.production.min.js","https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.13.1/umd/react-dom.production.min.js","https://unpkg.com/@rjsf/core@2.5.1/dist/react-jsonschema-form.js"],
16
"stylesheets":["//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"]
17
};
18
var div = $("<div><div class=\"codepen\" data-height=\"400\" data-theme-id=\"light\" data-default-tab=\"js,result\" data-prefill='" + JSON.stringify(prefill) + " '>\"<pre data-lang=\"html\">\n<div id=\"app\"></div></pre><pre data-lang=\"babel\">" + text + "</pre></div></div>").css("margin", "30px 0px");
0 commit comments