User-1619000197 posted
I am rendering a child component in another component like this <InboxList></InboxList>
now this is working at first then it stop rendering and when i inspect elements it is used like a html tag (it is printed like <InboxList></InboxList>)
then after restarting again and again and after adding some other component with same name it start working and now it's not working again
Note : i am using dotnet watch run so i don't need to restart and compile manually again and again, and i guess this error occur when i set a breakpoint in InboxList component and (as dotnet watch run ) won't hit breakpoints so i start the project from Visual
Studio 2019 that's when it stop rendering
even on making changes inside InboxList is not starting watch (compile) again