fix(#10336): invalid name conversion
This commit is contained in:
parent
1dfcca7b9c
commit
91e0e498eb
136 changed files with 136 additions and 136 deletions
|
@ -95,7 +95,7 @@ function toStories(component: string, location: string): string {
|
|||
/>,
|
||||
<property
|
||||
key={<identifier name="template" />}
|
||||
value={<literal value={`<${component.slice(0, -4)} />`} />}
|
||||
value={<literal value={`<${identifier.name} />`} />}
|
||||
kind="init"
|
||||
/>,
|
||||
]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue