mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 03:56:03 +00:00
Add todo about broken check
Reviewed By: andreicoman11 Differential Revision: D3757229 fbshipit-source-id: d27c139ca89d4fabcf4a9c463457e6e28aef809b
This commit is contained in:
parent
c0218957fd
commit
548ba83d7e
@ -209,6 +209,7 @@ function setUpCollections(): void {
|
|||||||
function setUpDevTools(): void {
|
function setUpDevTools(): void {
|
||||||
if (__DEV__) {
|
if (__DEV__) {
|
||||||
// not when debugging in chrome
|
// not when debugging in chrome
|
||||||
|
// TODO(t12832058) This check is broken
|
||||||
if (!window.document) {
|
if (!window.document) {
|
||||||
const setupDevtools = require('setupDevtools');
|
const setupDevtools = require('setupDevtools');
|
||||||
setupDevtools();
|
setupDevtools();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user