nfl / react-helmet

A document head manager for React
MIT License
17.34k stars 660 forks source link

Strange behavior with body className #680

Open nesbtesh opened 2 years ago

nesbtesh commented 2 years ago

Do you want to request a feature or report a bug? Bug What is the current behavior? Whenever I add the fallowing tag: <body className={bodyClassName ? bodyClassName : ""} /> and open stand alone in a PWA it blanks the screen and the app stops working.

I tried changing the className or setting it to ="" and the same thing happens. Whenever I do install on a PWA the screen blanks for no apparent reason

Version: 6.1.0 What is the expected behavior? I expect it to work the same as the with the browser **Which versions of React and react-helmet, and which browser / OS are affected by this issue? React 16.13.1

Demetri0 commented 2 years ago

How your question relates to React Helmet?