Development Server is not auto refreshing while making changes to a component in React

Thank you so much for your help and thanks for like going through this with me :grinning:
The error is finally gone and I’m at peace :blush:

Have a great day.

1 Like

So the issue is because of react-script version 4 and above.
Try this →
1-npm uninstall react-scripts
2-npm i react-scripts@3.4…4
The reason i am installing react-script 3.4.4 is because somewhere i read an article that version 4+ does not do reload.
Try it worked for me

1 Like