From 5f8c1d372eb1173b250ff1995c7f4a5b2bc89842 Mon Sep 17 00:00:00 2001 From: nekonado Date: Sun, 6 Oct 2024 15:24:48 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20ref=E3=81=AE=E3=83=9A=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=81=A7=E7=94=BB=E5=83=8F=E8=A1=A8=E7=A4=BA=E3=81=A7=E3=81=8D?= =?UTF-8?q?=E3=81=AA=E3=81=84=E4=BA=8B=E8=B1=A1=E3=82=92=E8=A7=A3=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 対象ページ: https://ja.react.dev/learn/manipulating-the-dom-with-refs 画像取得先の placekitten.com が521エラーで画像をレスポンスしない状態になっており、画像が表示されない事象が発生していたためこれに対応。 オリジナル(英語版)ページでは placecats.com から画像取得するようになっていたため、日本語版ページでも同様に修正。 --- .../learn/manipulating-the-dom-with-refs.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/content/learn/manipulating-the-dom-with-refs.md b/src/content/learn/manipulating-the-dom-with-refs.md index 76a4b6f26..3a0f5c701 100644 --- a/src/content/learn/manipulating-the-dom-with-refs.md +++ b/src/content/learn/manipulating-the-dom-with-refs.md @@ -124,35 +124,35 @@ export default function CatFriends() { <>