https://github.com/ReactLibraries/next-ssr
Hydrationが失敗する問題についての再現リポジトリです。
修正版0.0.8により、解決しました。
docker-compose run --rm app npm i
docker-compose up
以下にSSRとしてアクセスすると、Hydration failedというエラーが出ます。
Unhandled Runtime Error
Error: Hydration failed because the initial UI does not match what was rendered on the server.
Warning: Expected server HTML to contain a matching <h1> in <div>.
See more info here: https://nextjs.org/docs/messages/react-hydration-error