Replace <Input> with <MonacoEditor> manually connected to redux

This commit is contained in:
Laurent Nguyen
2020-12-03 16:12:31 +01:00
parent 64601693b7
commit f39b6accb1
3 changed files with 86 additions and 38 deletions

View File

@@ -33,7 +33,6 @@ export class MongoQueryComponentAdapter extends NotebookComponentBootstrapper im
}
public renderComponent(): JSX.Element {
console.log("Rendering from adapter");
return (
<Provider store={this.getStore()}>
<MongoQueryComponent contentRef={this.contentRef} kernelRef={this.kernelRef} />;