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 95c33c3 commit 2024909Copy full SHA for 2024909
packages/dom/src/lib/helpers/helpers.ts
@@ -26,7 +26,6 @@ function normalizeStyles(css: Partial<CSSStyleDeclaration>): StyleDeclaration {
26
...acc.expectedStyle,
27
[property]: normalizedValue,
28
},
29
- props: [...acc.props, property],
30
};
31
32
{ expectedStyle: {} as StyleDeclaration },
0 commit comments