fix: 「ref で DOM を操作する」ページで画像が表示できていない事象を解消#798
Closed
nekonado wants to merge 1 commit intoreactjs:mainfrom
Closed
Conversation
対象ページ: https://ja.react.dev/learn/manipulating-the-dom-with-refs 画像取得先の placekitten.com が521エラーで画像をレスポンスしない状態になっており、画像が表示されない事象が発生していたためこれに対応。 オリジナル(英語版)ページでは placecats.com から画像取得するようになっていたため、日本語版ページでも同様に修正。
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Member
|
ありがとうございます。 #799 のような自動生成スクリプトで定期的に本家ページと同期を取るようになっています。仕組みはこちらをご覧ください。 placecats.com への修正は reactjs/react.dev#7189 で 10 月 1 日に本家で修正済みですので、#799 で本家と同期をとるタイミングで同時に修正予定です。よほど緊急性がない限り、それ以外でバラバラに個別に作業をすると管理不可能となりますので、申し訳ありませんがこちらはクローズさせていただきます。もう少しお待ちください。 |
Contributor
Author
|
ご確認ありがとうございます! 更新の仕組みについても添付のZennの記事を読んで理解することができました。 |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
作業内容
対象ページ
https://ja.react.dev/learn/manipulating-the-dom-with-refs
📸 作業後の状況
react-ref.mov