You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: