Skip to content

Commit e577cdd

Browse files
committed
add __styles to Element prototype
1 parent 5d9bd38 commit e577cdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/svelte/src/internal/client/dom/operations.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ export function init_operations() {
4444
// @ts-expect-error
4545
element_prototype.__attributes = null;
4646
// @ts-expect-error
47+
element_prototype.__styles = null;
48+
// @ts-expect-error
4749
element_prototype.__e = undefined;
4850

4951
// @ts-expect-error

0 commit comments

Comments
 (0)