Skip to content

Commit b45e796

Browse files
committed
Remove unrelated ts fix
1 parent 17f00d8 commit b45e796

File tree

1 file changed

+0
-9
lines changed
  • compiler/apps/playground/components/Editor

1 file changed

+0
-9
lines changed

compiler/apps/playground/components/Editor/Input.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@ import React$Types from '../../node_modules/@types/react/index.d.ts';
2929

3030
loader.config({monaco});
3131

32-
declare global {
33-
interface Window {
34-
/**
35-
* Set to true once the Monaco editor instance has mounted. Used as an imperative signal for any code that needs to defer until Monaco is available.
36-
*/
37-
__MONACO_LOADED__?: true;
38-
}
39-
}
40-
4132
type Props = {
4233
errors: Array<CompilerErrorDetail | CompilerDiagnostic>;
4334
language: 'flow' | 'typescript';

0 commit comments

Comments
 (0)