I want to be able to use NuGET library that dynamically imports ES6 modules in REPL.
Here is example of such REPL:
https://blazorrepl.telerik.com/GlbPumla45EkSDpz44
it fails to load following javascript file:
var scriptPath = "./_content/Toolbelt.Blazor.HotKeys/script.min.js";
I included a nuget package, but the code will not compile because it can't find the package symbols.
For example:
https://blazorrepl.telerik.com/cbPPOzcQ05pZuq4a09
From this page: Hierarchy in ASP.NET Core Grid Component Demo | Telerik UI for ASP.NET Core
Edit it REPL
Run, works fine
Make a simple change like changing height to 500px
Run, gives a blank screen on right side.
Sometimes I want to update my REPL that I have shared already.
Currently I can only create new REPL with new URL.
Please, allow to save changes without changing url.