We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70070d commit 84b5b9eCopy full SHA for 84b5b9e
src/index.js
@@ -65,7 +65,6 @@ function renderToJS(source: string, config: RenderConfig): string {
65
if (HTMLTagList[decl.value]) {
66
component = types.stringLiteral(decl.value);
67
} else {
68
- let componentRef = ComponentRef.parse(decl.value);
69
component = types.identifier(node.selector + '__Base');
70
statements.unshift(
71
ComponentRef.importDeclaration(component, decl.value)
0 commit comments