Cannot supply a component of type 'Components.BookComponent' because the current platform does not support the render mode 'Microsoft.AspNetCore.Components.Web.InteractiveServerRenderMode'
Mahdi Elahi
31
Reputation points
when i call component by this way i have this error
in TestComponent.razor i call BookComponent to get html
var sensorHtml = new ComponentRenderer<WeaponDetails>() .Render();
BookComponent.razor
@rendermode InteractiveServer
other codes......
but i have this error
Cannot supply a component of type 'Components.BookComponent' because the current platform does not support the render mode 'Microsoft.AspNetCore.Components.Web.InteractiveServerRenderMode'
Sign in to answer