When adding Monaco Editor to a project that already contains Blazorise I get the following exception in the browser console:
Microsoft.JSInterop.JSException: Can only have one anonymous define call per script file
Error: Can only have one anonymous define call per script file
Here is a basic project to reproduce the issue: https://github.com/yuramag/BlazoriseWithMonaco
Seems like there is some sort of conflict between the JS code backing Tooltip component and BlazorMonaco internals. Any suggestion on how to address this problem?
When adding Monaco Editor to a project that already contains Blazorise I get the following exception in the browser console:
Here is a basic project to reproduce the issue: https://github.com/yuramag/BlazoriseWithMonaco
Seems like there is some sort of conflict between the JS code backing
Tooltipcomponent andBlazorMonacointernals. Any suggestion on how to address this problem?