We are trying to add custom services with SignalR, but it throws a null exception when we invoke the custom services. If we specify the component tag in mainLayout.razor like <BlazorApp3.DialogForms.Test/>, it is unable to run the project.
Sample: https://uploadnow.io/f/Y59l8d9
enter image description here enter image description here
Are we missing any configuration in the attached sample?
Need to run the signalR with custom dialog service sample without any exception