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 a1cd579 commit 51776cfCopy full SHA for 51776cf
src/components/Live/LiveProvider.tsx
@@ -13,7 +13,7 @@ type Props = {
13
disabled?: boolean;
14
enableTypeScript?: boolean;
15
language?: Language;
16
- noInline: boolean;
+ noInline?: boolean;
17
scope?: Record<string, unknown>;
18
theme?: PrismTheme;
19
transformCode?(code: string): void;
0 commit comments