ウェブエンジニア問題集

Next.jsで以下のコンポーネントをページに配置したところ、ブラウザのコンソールに「Hydration failed because the server rendered HTML didn't match the client」というエラーが出ました。原因として最も適切なものはどれですか? function Greeting() { return <p>現在時刻: {new Date().toLocaleTimeString()}</p>; }