Skip to content

Commit

Permalink
Fix TS
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed May 25, 2022
1 parent 603c6c3 commit e49a96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beta/src/components/MDX/Sandpack/CustomPreset.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {CustomTheme} from './Themes';
import {useSandpackLint} from './useSandpackLint';

// Workaround for https://github.com/reactjs/reactjs.org/issues/4686#issuecomment-1137402613.
const emptyArray = [];
const emptyArray: Array<any> = [];

export function CustomPreset({
isSingleFile,
Expand Down

0 comments on commit e49a96f

Please sign in to comment.