Add todo about broken check

Reviewed By: andreicoman11

Differential Revision: D3757229

fbshipit-source-id: d27c139ca89d4fabcf4a9c463457e6e28aef809b
This commit is contained in:
Alexander Blom 2016-08-25 08:43:32 -07:00 committed by Facebook Github Bot 8
parent c0218957fd
commit 548ba83d7e
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ function setUpCollections(): void {
function setUpDevTools(): void {
if (__DEV__) {
// not when debugging in chrome
// TODO(t12832058) This check is broken
if (!window.document) {
const setupDevtools = require('setupDevtools');
setupDevtools();