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
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
The text was updated successfully, but these errors were encountered:
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:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: