Whenever I update the code in react js the updates are reflected on the browser but the clicks are not working. When I look into the browser element it is not creating the updated HTML code, instead I am seeing the js bundle in the script. Is this a normal thing in React js? Or is it a bug and how to solve it?