We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e289540 commit a7866b3Copy full SHA for a7866b3
lib/mixins/property-effects.js
@@ -1362,6 +1362,8 @@ export const PropertyEffects = dedupingMixin(superClass => {
1362
this.__readOnly;
1363
/** @type {!TemplateInfo} */
1364
this.__templateInfo;
1365
+ /** @type {boolean} */
1366
+ this._overrideLegacyUndefined;
1367
}
1368
1369
get PROPERTY_EFFECT_TYPES() {
0 commit comments