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

Fix: Fail to load images from placekitten.com (#6924)

Open ompharate opened this issue 1 year ago • 2 comments

Fixes #6924

Description

This pull request addresses issue #6924 where the application fails to load images from placekitten.com. The issue was caused by incorrect URL formatting and missing error handling for failed image requests.

Changes

  • Updated the image URL formatting to ensure compatibility with placekitten.com.

ompharate avatar Jul 11 '24 05:07 ompharate

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
19-react-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 11, 2024 5:15am
react-dev ✅ Ready (Inspect) Visit Preview Jul 11, 2024 5:15am

vercel[bot] avatar Jul 11 '24 05:07 vercel[bot]

Size changes

📦 Next.js Bundle Analysis for react-dev

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

github-actions[bot] avatar Jul 11 '24 05:07 github-actions[bot]

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

rickhanlonii avatar Oct 01 '24 19:10 rickhanlonii