react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

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

Open Teradad41 opened this issue 1 year ago • 2 comments
trafficstars

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."

Teradad41 avatar May 30 '24 12:05 Teradad41

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

grigoriy-reshetniak avatar Jun 07 '24 11:06 grigoriy-reshetniak

The content overlaps with this #6758.

hirotomoyamada avatar Jun 17 '24 19:06 hirotomoyamada

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

rickhanlonii avatar Sep 30 '24 20:09 rickhanlonii