Suren Atoyan
Suren Atoyan
Hello @MatthewCaseres Sorry for such a late answer. I examined your example, and yes, it doesn't work as expected. Also, I just found this issue on the original monaco repo,...
Yes, yes. I forgot to share the link :smile:
Hello @avalenti89, you are right, there is no `onChange` for `DiffEditor`. I'll add it in the next version, but before that, you are able to add it manually; check [this](https://codesandbox.io/s/onchange-diffeditor-rvbtk?file=/src/App.js)
you missed `saveViewState` prop. check the [props](https://github.com/suren-atoyan/monaco-react#props)
Hello @ppoulard. By default, monaco tries to create webworkers to organize language processing (and not only) in other threads, rather than in the main thread to avoid blocking main (UI)...
@ppoulard I don't see anything weird from first glance but at the same time, I can't reproduce it. I would ask you to create a snippet in [codesandbox](https://codesandbox.io/), that I...
> @ppoulard > > I don't see anything weird from first glance but at the same time, I can't reproduce it. I would ask you to create a snippet in...
Hello @ppoulard. Do you still have the issue? Is it relevant?
@ppoulard, no worries, I just wanted to check the status. And thank you for quick response.
Hello @leijunping Could you please provide a reproducible code snippet, or please give more info about the usage of the library?