conficient/BlazorTemplater

Field not found calling from .NET 5.0 application

conficient opened this issue · 0 comments

Using BlazorTemplater in a .NET 5 ASP.NET core application, encountered this error:

Field not found: 'Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame.ComponentId'.

This is a known issue when working across the v3.x and v5.x versions.

Need to add support for .NET - similar to this approach.