From 924ae38799b3059bcce298d52d3579beacdaf6c2 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Tue, 17 Sep 2019 12:17:36 -0500 Subject: [PATCH] refactor(@cockpit/editor): Resizable component is strictly a named export for re-resizable >4.1.1 --- packages/cockpit/cockpit-ui/src/containers/EditorContainer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cockpit/cockpit-ui/src/containers/EditorContainer.js b/packages/cockpit/cockpit-ui/src/containers/EditorContainer.js index 2b693dacd..170603852 100644 --- a/packages/cockpit/cockpit-ui/src/containers/EditorContainer.js +++ b/packages/cockpit/cockpit-ui/src/containers/EditorContainer.js @@ -4,7 +4,7 @@ import {connect} from 'react-redux'; import {withRouter} from "react-router-dom"; import {Row, Col} from 'reactstrap'; import classnames from 'classnames'; -import Resizable from 're-resizable'; +import {Resizable} from 're-resizable'; import TextEditorAsideContainer from './TextEditorAsideContainer'; import TextEditorContainer from './TextEditorContainer';