We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 142949e + 9adb237 commit aa4573aCopy full SHA for aa4573a
labextension/src/doc.js
@@ -57,9 +57,8 @@ export class DocWidget extends Widget {
57
const content = this._context.model.toString();
58
try {
59
const { resources: [ props ] } = JSON.parse(content);
60
- ReactDOM.render(<JSONTableComponent {...props} />, this.node);
+ ReactDOM.render(<JSONTable {...props} />, this.node);
61
} catch (error) {
62
-
63
const ErrorDisplay = props => (
64
<div
65
className="jp-RenderedText jp-mod-error"
0 commit comments