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 5d9bd38 commit e577cddCopy full SHA for e577cdd
packages/svelte/src/internal/client/dom/operations.js
@@ -44,6 +44,8 @@ export function init_operations() {
44
// @ts-expect-error
45
element_prototype.__attributes = null;
46
47
+ element_prototype.__styles = null;
48
+ // @ts-expect-error
49
element_prototype.__e = undefined;
50
51
0 commit comments