I have noticed something about react recently. There are 3 react projects that I am working on. Everything is going well, but the problem is, I can't update new files that I just created in the project.
I am using Sanity.io in one of them and I have been trying to save the new components I just created but it's not working.
Initially I thought it had something to do with my codes, but I was surprised to experience it again in a MERN stack project I am working on. I can't save any new file I create.
Now there's another project I'm working on using Redux toolkit, I'm also experience the same issue.
I am using VS Code and I have reloaded the editor several times and its still not working.
At this point I assumed it was a VS code settings issue, so I switched one of the projects to Atom, and still the same thing.
What could be the cause of this? Is there a new feature or update in react that I don't know of? Or is it a file structure issue? I'm new to React so I don't know much.
Note, I didn't add codes to this question since I feel it much to do with my know of React in general than my codes.
I will appreciate every assistance I can get.