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";
We are researching if hot reload can be used in REPL and whether it will affect its performance.
We want to evaluate the community's interest and feedback in this regard. Please vote for this item if you'd like us to add a hot reload feature. Please also share your thoughts on whether it should be enabled by default or if you'd prefer to have the ability to toggle it when needed.
Hello! When I try to populate a grid with data I can only get it to show the data if I don't use a nested object. For example:
An object like this I'd assume I could access by adding a grid column like this:
When I do it this way however nothing shows up although all items do load into the grid, they just don't show any text.
To make it show text I can only use the first level of properties in the object:
In this case I'd see the data in this property on the table.
Is this a bug or intended functionality?