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 c0b3fb2 commit fb19356Copy full SHA for fb19356
web-component/src/AsyncApiWebComponent.tsx
@@ -82,7 +82,7 @@ export class AsyncApiWebComponent extends React.Component<AsyncApiWebComponentPr
82
83
return (
84
<>
85
- <style>@import '{finalCssImportPath}';</style>
+ <style>{`@import '${finalCssImportPath}';`}</style>
86
<AsyncApiComponent {...this.props} schema={schema} />
87
</>
88
);
0 commit comments