I'm using Visual Studio 2019 for my React project with a C# backend
I keep pressing the red (flame like) apply code changes button in visual studio 2019 to try to update my project.
(I am trying to update a basic text change) and nothing happens at all
I even try refreshing the window manually and my changes aren't recorded until I close the front end and do npm start again, then re-run IIS Express again.
Why would something like this happen?