I keep getting these red squiqqlies all over my blazor server project. (I keep my code and razor files separate) The project builds find though without any errors.
When I inherit each of these classes from ComponentBase though, the red squigglies go away. I was under the impression we did not need to inherit from ComponentBase for every razor partial class.
Any idea what I am missing?