You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an error : Cannot process pending renders after the renderer has been disposed.
It is when I start the application.
I noticed that if I only use the "Title" tag, it works.
Stack trace
at Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessPendingRender()
at Microsoft.AspNetCore.Components.RenderTree.Renderer.AddToRenderQueue(Int32 componentId, RenderFragment renderFragment)
at Microsoft.AspNetCore.Components.ComponentBase.StateHasChanged()
at MyApp.Web.Shared.Application.ApplicationBar.d__21.MoveNext() in C:\MyApp\Web\Shared\Application\ApplicationBar.razor:line 486
@vd3d Could you tell me why you need to add the attribute "data-app=true" into the "meta" tag?
Adding support to accept any attributes is very hard work because this is NOT a simple Blazor component but to save, transfer, and restore complex information between server and clients.
Therefore, I want to know how important adding support to accept the attribute "data-app=true".
Hi,
I got an error : Cannot process pending renders after the renderer has been disposed.
It is when I start the application.
I noticed that if I only use the "Title" tag, it works.
Stack trace
at Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessPendingRender()
at Microsoft.AspNetCore.Components.RenderTree.Renderer.AddToRenderQueue(Int32 componentId, RenderFragment renderFragment)
at Microsoft.AspNetCore.Components.ComponentBase.StateHasChanged()
at MyApp.Web.Shared.Application.ApplicationBar.d__21.MoveNext() in C:\MyApp\Web\Shared\Application\ApplicationBar.razor:line 486
Some code
Really nothing special... but
The text was updated successfully, but these errors were encountered: