Skip to content

Commit ecd6e7f

Browse files
committed
Temporarily disable live editor
1 parent e40b0ee commit ecd6e7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/react-renderer-demo/src/pages/live-editor.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* eslint no-console: "off" */
2+
/*
23
import React, { useState } from 'react';
34
import componentTypes from '@data-driven-forms/react-form-renderer/component-types';
45
import FormBuilder from '@data-driven-forms/form-builder/form-builder';
@@ -219,4 +220,8 @@ const LiveEditor = () => {
219220
);
220221
};
221222
223+
*/
224+
225+
const LiveEditor = () => 'TODO: update editor to mui v5';
226+
222227
export default LiveEditor;

0 commit comments

Comments
 (0)