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 {
|
||||
if (__DEV__) {
|
||||
// not when debugging in chrome
|
||||
// TODO(t12832058) This check is broken
|
||||
if (!window.document) {
|
||||
const setupDevtools = require('setupDevtools');
|
||||
setupDevtools();
|
||||
|
|
Loading…
Reference in New Issue