Skip to content

Commit

Permalink
Merge pull request #5 from PhantomKnight287/dev
Browse files Browse the repository at this point in the history
[monaco] mark `useMonaco` as any
  • Loading branch information
PhantomKnight287 authored May 6, 2024
2 parents 951d3e0 + 3420bc4 commit 799c2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/monaco/src/editor/split-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function SplitEditor({
initialPackages,
...props
}: SplitEditorProps) {
const monaco = useMonaco();
const monaco = useMonaco() as any;

const monacoRef = useRef<typeof import("monaco-editor")>();

Expand Down

0 comments on commit 799c2e2

Please sign in to comment.