-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Describe the bug
Open of record mode is not possible. An Exception is thrown
Exception details (if possible)
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Cannot provide a value for property '_localStorageOptionsProvider' on type 'AudioCuesheetEditor.Pages.ViewModeRecord'. There is no registered service of type 'AudioCuesheetEditor.Data.Options.LocalStorageOptionsProvider'.
System.InvalidOperationException: Cannot provide a value for property '_localStorageOptionsProvider' on type 'AudioCuesheetEditor.Pages.ViewModeRecord'. There is no registered service of type 'AudioCuesheetEditor.Data.Options.LocalStorageOptionsProvider'.
at Microsoft.AspNetCore.Components.ComponentFactory.<>c__DisplayClass9_0.g__Initialize|1(IServiceProvider serviceProvider, IComponent component)
at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.AppendDiffEntriesForRange(DiffContext& , Int32 , Int32 , Int32 , Int32 )
at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.AppendDiffEntriesForRange(DiffContext& , Int32 , Int32 , Int32 , Int32 )
at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.AppendDiffEntriesForRange(DiffContext& , Int32 , Int32 , Int32 , Int32 )
at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder , RenderFragment , Exception& )
at Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessRenderQueue()
To Reproduce
Steps to reproduce the behavior:
- Open the application in details view
- Switch to record view
Desktop (please complete the following information):
- OS: Windows
- Browser: Firefox and Edge
Metadata
Metadata
Assignees
Labels
Projects
Status