hydration mismatch
RU: hydration mismatch
An error that occurs during hydration when the HTML the browser received from the server differs from what the client-side render would produce. React detects the mismatch by comparing the existing DOM with its expected output. In development React emits a warning; in both development and production it discards the server-rendered markup for the affected subtree and re-renders it entirely on the client.