Skip to content

Commit 6ec39fb

Browse files
committed
fix(css-vars): do not property rename css vars shim removeHost
Closes #1285
1 parent 8afb270 commit 6ec39fb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/compiler/app/reserved-properties.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,9 @@ export const RESERVED_PROPERTIES: string[] = [
238238

239239
/** CSS Vars Shim */
240240
'createHostStyle',
241-
'initShim',
242241
'customStyleShim',
243-
'updateHost'
242+
'initShim',
243+
'removeHost',
244+
'updateGlobal',
245+
'updateHost',
244246
];

0 commit comments

Comments
 (0)