Suren Atoyan

Results 206 comments of Suren Atoyan

@fboechats the number you've seen on the npm website includes everything in the repo - README, images, etc. The real size of the source is incomparably less than that. In...

@vicky-carbon please check [this](https://github.com/suren-atoyan/monaco-react#use-monaco-editor-as-an-npm-package) for more information. Let me know if it helps. By default you do not use `monaco-editor` package from `node_modules`, instead, you import it from CDN.

Hi @vtanciks, thank you for the report. Is there any pattern regarding to the environment? Maybe the same browser version or operating system

@vtanciks this should be fixed in the latest version. I'm closing this, but feel free to re-open it if it still exists for your case.

It's already `true`. Check it [here](https://github.com/suren-atoyan/monaco-react/blob/master/src/Editor/Editor.js#L71). But in any case, you can pass `options` property to the component with certain options. Check it [here](https://github.com/suren-atoyan/monaco-react#props).

@saulpalv please let me know if you'll find something that we can close the issue. Thank you!

@saulpalv @KalebMatthews guys it is completely autosizeble. Please, create a reproducible snippet, so I can understand your particular case. For example, check [here](https://codesandbox.io/s/monaco-editor-react-u0fyv); move splitter to see how it's autosizeble....

@KalebMatthews, @saulpalv now I understand what you meant and also found the problem. Look at [this example](https://codesandbox.io/s/monaco-editorreact---auto-resize-f5cg6?fontsize=14&hidenavigation=1&theme=dark). We did such kind of thing manually while ago. But what is interesting...

okay, we are on the same line. So, let's leave it open for a while, at least until the 0.21.0 version arrives, after that, I'll update the package and we...

@flightmodee [here](https://codesandbox.io/s/gracious-bas-9r2wqc?file=/src/App.js) is an example where Editor is being rendered in a portal - don't see any issues. > so it can be displayed on a secondary screen, for example...