Fix: its render mode is not supported by the parent component's render mode (Blazor)
You put @rendermode on a child whose parent is already interactive. A subtree has exactly one render mode. Remove the child directive or move it to the boundary.
213 posts · Page 9 of 22