react icon indicating copy to clipboard operation
react copied to clipboard

Bug: Hydration issue involving __gchrome_uniqueid on iPad Chrome/Edge browser

Open danvim opened this issue 6 months ago • 4 comments

Recreating this issue from https://github.com/vercel/next.js/issues/77710 as Next team mentioned this relates more to React's hydration behavior.

React version: 19.1.0 iPad Chrome: 135.0.7049.53 iPad Edge: 134.3124.95 iPad Safari tested without issues.

Steps To Reproduce

See reproduction

  1. Start development server
  2. Visit development server via iPad Chrome/Edge browser app.

Link to code example: https://github.com/danvim/next-gchrome-hydration-reproduction

The current behavior

Hydration failed because the server rendered HTML didn't match the client...

    <Home>
      <input
-      __gchrome_uniqueid="1"
      >
    ...

The expected behavior

Expected no error.

danvim avatar Jun 25 '25 07:06 danvim

Hi! 👋 I'd love to take a look into this issue. I'll try to reproduce the bug and investigate further.

preeti17x avatar Jul 06 '25 06:07 preeti17x

Hi, I'm having the same issue on chrome both from iPad and iPhone. Has anyone solved this in any way?

santiagocento avatar Jul 28 '25 14:07 santiagocento

I believe this issue is the same as https://github.com/vercel/next.js/issues/77710 I am having this issue but it only alerts on chrome... according to this issue resolution, it's a "false alarm in prod"

shleeable avatar Sep 10 '25 07:09 shleeable

This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!

github-actions[bot] avatar Dec 09 '25 08:12 github-actions[bot]

bump

danvim avatar Dec 10 '25 13:12 danvim