From 77297f9f17bc73609309ee2b1bd5e39996e0118e Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Thu, 16 Mar 2017 01:13:20 -0400 Subject: [PATCH] installing render log to count --- frontend/src/Metamaps/GlobalUI/ReactApp.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/Metamaps/GlobalUI/ReactApp.js b/frontend/src/Metamaps/GlobalUI/ReactApp.js index 95ce91a3..8539adee 100644 --- a/frontend/src/Metamaps/GlobalUI/ReactApp.js +++ b/frontend/src/Metamaps/GlobalUI/ReactApp.js @@ -90,6 +90,7 @@ const ReactApp = { const self = ReactApp const createElement = (Component, props) => const app = + console.log('rendering') ReactDOM.render(app, document.getElementById('react-app')) }, getProps: function() {