Unplanned
Last Updated: 19 Nov 2024 08:14 by Dialog
Dialog
Created on: 19 Nov 2024 08:14
Category: Repl for Blazor
Type: Bug Report
1
Example previews in the Blazor documentation generate errors

These three errors occur on random basis in the REPL tool inside the Telerik UI for Blazor documentation:

  • Unhandled exception rendering component: Could not find 'TelerikBlazor initMediaQuery' ('TelerikBlazor' was undefined).
  • InvalidOperationException: A suitable constructor for type 'BlazorRepl.UserComponents._Main' could not be located.
  • System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.AppendDiffEntriesForFramesWithSameSequence(DiffContext& diffContext, Int32 oldFrameIndex, Int32 newFrameIndex)

Possible workarounds include:

  • Clear the browser cache.
  • Load the documentation page again to use the correct browser cache.
0 comments