reactjs / react.dev

The React documentation website
https://react.dev/
Creative Commons Attribution 4.0 International
11.07k stars 7.55k forks source link

[Bug]: fails to load images from placekitten.com #6924

Closed Teradad41 closed 1 month ago

Teradad41 commented 5 months ago

Summary

The sample code in the React documentation that uses placekitten.com fails to display images due to a host error.

Page

https://react.dev/learn/manipulating-the-dom-with-refs

Details

In the sample code, images are not displaying. When entering the image URL in a browser, it shows "Web server is down, Error code 521, placekitten.com Host Error."

grigoriy-reshetniak commented 5 months ago

I am observing the same issue: only the text from the alt attribute is visible. The content is too small to force a scroll appearance, which makes this example ineffective. image

hirotomoyamada commented 5 months ago

The content overlaps with this #6758.

rickhanlonii commented 1 month ago

Fixed in https://github.com/reactjs/react.dev/pull/7189