Results 4 comments of Alexandra Dobkin

+1 to this issue @suren-atoyan. Thx

``` import React, { useState } from 'react'; import MonacoEditor, { EditorProps, loader } from '@monaco-editor/react'; import { Box, useColorMode, useTheme } from '@chakra-ui/react'; import setTheme from './editor-theme'; loader.config({ paths:...

EDIT upgraded to ``` "@monaco-editor/react": "^4.4.5", ``` and issue still persists

also facing this same issue. When I have `forceFallback: false`, then I can drag and drop but NOT scroll. When I have `forceFallback: true`, then I can drag and scroll...