0

i'm working on a react app (using create react app) but my live server is not working. When ever i start it i.e run the command of npm start it open a browser tab and keep on loading... Anyone knows whats the issue.

1 Answers1

0

Actually, there was an infinite loop in my program. I was calling a component inside it. Which was causing the issue.