NOOP has to be an array for closure compiler

This commit is contained in:
Daniel Freedman
2019-02-20 17:02:25 -08:00
committed by GitHub
parent add7784284
commit e351f4dd95

View File

@@ -25,7 +25,7 @@ import { sanitizeDOMValue, legacyUndefined, legacyNoBatch } from '../utils/setti
// from multiple properties in the same turn
let dedupeId = 0;
const NOOP = {};
const NOOP = [];
/**
* Property effect types; effects are stored on the prototype using these keys