Html – Why I have twice headers and footers in my React app?
This is my very simple React app. I have no idea why it show me 2 copies of header and footer. All components of the page renders in the first <body> once more: <html lang="en"> <head></head> <body> <header>/* header content*/</header>…