From f8b9cdaead51e37a400ee445ad524fa42f350542 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Sat, 17 Mar 2018 18:42:16 -0300 Subject: [PATCH] Missing Logger import --- client/src/ui/reflection.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/ui/reflection.js b/client/src/ui/reflection.js index bcc95ff5..92ea3df2 100644 --- a/client/src/ui/reflection.js +++ b/client/src/ui/reflection.js @@ -8,6 +8,8 @@ * LICENSE file in the root directory of this source tree. */ +import { ClientLogger as Logger } from 'common'; + class Reflection { static reactInternalInstance(node) { if (!node) return null;