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 c966eb1 commit 2874c86Copy full SHA for 2874c86
lib/mixins/element-mixin.js
@@ -778,7 +778,6 @@ export const ElementMixin = dedupingMixin(base => {
778
// we don't want to spam existing users who might have adopted the
779
// shorthand when attribute deserialization is not important.
780
if (legacyOptimizations && !(prop in this._properties) &&
781
- effect.info && effect.info.part &&
782
!(effect.info.part.signature && effect.info.part.signature.static) &&
783
!effect.info.part.hostProp && !templateInfo.nestedTemplate) {
784
console.warn(`Property '${prop}' used in template but not declared in 'properties'; ` +
0 commit comments