TypeFox / monaco-components

Monaco Editor and Language Client Wrapper, plus Monaco Editor React Component
MIT License
42 stars 13 forks source link

htmlElement is no longer part of UserConfig. Must be passed at start #51

Closed kaisalmen closed 11 months ago

kaisalmen commented 11 months ago

This is an alignment with how monaco-editor is started. The HTMLElement must now be passed at wrapper.start. It is no longer part of the UserConfig. It also removes the need to pass the html element twice to the react component.