From 21a7d15e68a27c2fdaf0f856eb0e904d3ce46394 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 15 Feb 2016 18:10:44 +0000 Subject: [PATCH] MessagePanel: Fix missing import --- src/components/structures/MessagePanel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/structures/MessagePanel.js b/src/components/structures/MessagePanel.js index 21a7ab9330..6d722a72b2 100644 --- a/src/components/structures/MessagePanel.js +++ b/src/components/structures/MessagePanel.js @@ -15,6 +15,7 @@ limitations under the License. */ var React = require('react'); +var ReactDOM = require("react-dom"); var sdk = require('../../index'); /* (almost) stateless UI component which builds the event tiles in the room timeline.