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 4bdcfbb commit c9e5444Copy full SHA for c9e5444
packages/browser-vm/src/dynamicNode/index.ts
@@ -37,7 +37,7 @@ function injector(current: Function, methodName: string) {
37
manager.correctPath(baseUrl);
38
manager.setScope({
39
appName: namespace,
40
- rootElId: styleScopeId(),
+ rootElId: styleScopeId!(),
41
});
42
el.textContent = manager.transformCode(manager.styleCode);
43
return originProcess();
0 commit comments