Missing Logger import
This commit is contained in:
parent
b83e3c967d
commit
f8b9cdaead
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue