diff --git a/src/editor/index.tsx b/src/editor/index.tsx index b3feb02..61e5c64 100644 --- a/src/editor/index.tsx +++ b/src/editor/index.tsx @@ -171,6 +171,10 @@ class FakeEditor extends React.Component { render() { let { value, activeTab, schema, dirty, dirtySchema } = this.state; + if (value == null) { + return
Loading...
; + } + return (