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
CRA transforms display: flex to several fallbacks that may be necessary for target browsers. So putting just display: flex into a standalone HTML file is not comparing the same exact thing.
Somehow, It doesn't happen while render() includes an image tag, e.g. <img src="/" />
Then it's definitely a browser bug. It would be great if you could prepare a reduced test case for the browser vendors, but there's nothing we can do here.
In an fresh create-react-app, if:
body { background-color: #000000; display: flex; }
There is no background color applied, until page refresh.
Somehow, It doesn't happen while render() includes an image tag, e.g.
<img src="/" />
.I'm seeing the issue in Chrome 64, but not reproducing in Edge nor Firefox latest.
The text was updated successfully, but these errors were encountered: