Sometimes with hydration I get super helpful error messages like "img tag's src attribute was X from the server but Y in the browser", etc. but in production, I am getting a very opaque message:
Text content does not match server-rendered HTML.
The only option I can think of at this point is shipping a dev build to production to try to get better feedback. Is there any other addon tooling out there to add context to hydration errors for debugging purposes? Or is a dev build my only option