serdarciplak / BlazorMonaco

Blazor component for Microsoft's Monaco Editor which powers Visual Studio Code.
https://serdarciplak.github.io/BlazorMonaco/
MIT License
454 stars 98 forks source link

Could not create monacoeditor #69

Closed furesoft closed 2 years ago

furesoft commented 2 years ago

Hi, I was trying to add blazormonaco to my webassembly blazor project, but I get an exception that is not defined

Could not find 'blazorMonaco.editor.create'

serdarciplak commented 2 years ago

Looks like the js files are missing. Just make sure that you've followed the instructions in the Getting Started section of the README file.