We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3218c54 commit 5e7e1beCopy full SHA for 5e7e1be
1 file changed
showcase/shell-docs/src/components/docs-page-view.tsx
@@ -231,7 +231,10 @@ export async function DocsPageView({
231
const InlineDemoComp = docsComponents.InlineDemo;
232
return (
233
<InlineDemoComp
234
- {...(props as { integration?: string; demo?: string })}
+ {...(props as {
235
+ integration?: string;
236
+ demo?: string;
237
+ })}
238
integration={
239
defaultFramework ??
240
(props.integration as string | undefined)
0 commit comments