Sebastian "Sebbie" Silbermann

Results 555 comments of Sebastian "Sebbie" Silbermann

> My guess is most of us watching this issue are waiting to be able to simply update the version in our package file, not apply an unofficial temporary workaround...

> I moved the useTransition hook to the top level of the component, which resolved the error. @nakjun12 Can you provide a repro or diff illustrating what you did? From...

Should we reduce the errors or describe better how to treat these? Something in the direction of ```diff -Text content does not match server-rendered HTML. +Hydration error: Text content does...

> We should probably upgrade to 18 since that's really the minimum version that supports all the features out of the box. CI should be running with 18.20 as of...

@damnsamn I believe support was added in https://github.com/facebook/react/pull/27641/ but the additional test would still be welcome. Can you rebase and resolve conflicts?

Fixed in https://github.com/facebook/react/pull/28635 where tests were also added. Sorry for not getting around to this earlier.

Can you prepare a codesandbox using a build from this branch (https://react-builds.vercel.app/api/prs/28056/packages-react-dom) to verify this works in a browser? Our testing environment (JSDOM) is fairly unreliable in this area.

Sounds like the same issue as https://github.com/facebook/react/issues/29905?

You probably get more reliable results by rendering to HTML with the method you want (server-side rendering, client-side rendering, streaming etc). That HTML can be passed to [`jsdom`](https://github.com/jsdom/jsdom) and then...