Skip to content

Commit 51776cf

Browse files
committed
Prepare for 4.0 release
1 parent a1cd579 commit 51776cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Live/LiveProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type Props = {
1313
disabled?: boolean;
1414
enableTypeScript?: boolean;
1515
language?: Language;
16-
noInline: boolean;
16+
noInline?: boolean;
1717
scope?: Record<string, unknown>;
1818
theme?: PrismTheme;
1919
transformCode?(code: string): void;

0 commit comments

Comments
 (0)