Skip to content

Commit e351f4d

Browse files
authored
NOOP has to be an array for closure compiler
1 parent add7784 commit e351f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mixins/property-effects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { sanitizeDOMValue, legacyUndefined, legacyNoBatch } from '../utils/setti
2525
// from multiple properties in the same turn
2626
let dedupeId = 0;
2727

28-
const NOOP = {};
28+
const NOOP = [];
2929

3030
/**
3131
* Property effect types; effects are stored on the prototype using these keys

0 commit comments

Comments
 (0)