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 439c245 commit 002ef94Copy full SHA for 002ef94
lib/mixins/property-effects.js
@@ -1415,7 +1415,7 @@ export const PropertyEffects = dedupingMixin(superClass => {
1415
if (value !== node[prop] || typeof value == 'object') {
1416
// Note, className needs style scoping so this needs wrapping.
1417
if (prop === 'className') {
1418
- node = wrap(node);
+ node = /** @type {!Node} */(wrap(node));
1419
}
1420
node[prop] = value;
1421
0 commit comments