-
-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Getting the following error.
When using the following example in a Nextjs page.
// pages/index.js
import React from "react";
import MaterialJsonSchemaForm from "react-jsonschema-form-material-ui";
import schema from "../schema.json";
import uiSchema from "../ui-schema.json";
export default () => {
return <MaterialJsonSchemaForm schema={schema} uiSchema={uiSchema} />;
};Version:
"react-jsonschema-form-material-ui": "^3.0.0-alpha.0"
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
