-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Broken image on website #1924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Probably he's changed it or he's no more part of open collective or a manual error. |
We added an |
@montogeek i suspect its an issue with preact's P.S. Thats why we cannot reproduce it locally under regular run |
Maybe it makes sense to update react to 16 and stop aliasing? |
Looks like this isn't actually being rendered on the client. Since it's just SSR, there's no event attached to those images at all. |
@developit is right |
@EugeneHlushko It would be nice to have. |
If it helps, I don't consistently see it because I imagine it only happens to opencollective related images so if it needs to be prioritized for later then that's fine. As of right now I don't see the issue anymore. I don't think it makes sense to close the issue if it is an actual issue though but I leave that up to you :) |
I'm trying to fix this by not rendering the images during "SSR" render pass, but only clientside, means html will be up and events will be bound on time. you can check it here @augbog https://github.com/webpack/webpack.js.org/pull/2026/files#diff-9f531bc074d3219cdba0c558ba8350aeR98 |
Another improvement could be to style the images to their known width and height, so they don't break the layout of missing or make the layout jump while they are loading |
Looks like the image is no longer available for this person's image
https://opencollective.com/proxy/images/?src=https%3A%2F%2Fimages.githubusercontent.com%2Fandrewvieyra&height=96
The text was updated successfully, but these errors were encountered: