Mark Willmer
Mark Willmer
After further investigation I've discovered that this seems to be a bug with Blazor rather than MudBlazor. I added this code to an empty Blazor application: ``` @TextValue @code {...
I've raised an issue here: https://github.com/dotnet/aspnetcore/issues/55632
Evidently this is a browser 'feature' for converting characters which aren't valid for hostnames, so nothing to do with Blazor at all - https://github.com/dotnet/aspnetcore/issues/55632#issuecomment-2110674765 I guess the only solution is...
@javiercn I don't know how to test the SSR / interactive scenario, but I'm happy to take a look if you can explain how. All I know is that it...
Debugging won't work in an iFrame. Open the canvas in a new tab (so it's no longer in an iFrame) and you should be able to debug as normal. 
This is frustrating and means that Monaco editor is unusable for enterprise applications. We're managing with an old version which seems to work OK with our CSP for now, but...
We're using a very old version unfortunately - https://www.npmjs.com/package/monaco-editor/v/0.22.3 I imagine we could go several versions forward, but we definitely can't go all the way because of these CSP issues.