React web applications pre-render the pages during application build for faster display and “hydrates” them with the client side javascript to make them interactive and to display data. This error can have causes:
Initial url (undefined) does not match URL at time of hydration
An installed NPM module
npm install styled-components
caused the infinite redraw of the index page.