### Summary [こちらの手順](https://github.com/reactjs/ja.react.dev/wiki#%E7%92%B0%E5%A2%83%E3%81%AE%E3%82%BB%E3%83%83%E3%83%88%E3%82%A2%E3%83%83%E3%83%97)通りに環境のセットアップをして`yarn dev`してみたところ、hydration errorが発生しました。 <img width="951" height="618" alt="Image" src="https://github.com/user-attachments/assets/11dfd5a7-a0e3-4811-8a6e-7923a7294cb4" /> [この辺り](https://github.com/reactjs/ja.react.dev/blob/345b341b0c41aab6e073b047b0924d1a04ddebbb/src/components/Layout/HomeContent.js#L170-L175)にある`{}`によってエラーが発生しているようです。 ### Page http://localhost:3000/ ### Details _No response_