mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
0f43f35f84
This is a partial revert of #33094. It's true that we don't need the
server and client ViewTransition names to line up. However the server
does need to be able to generate deterministic names for itself. The
cheapest way to do that is using the useId algorithm. When it's used by
the server, the client needs to also materialize an ID even if it
doesn't use it.
DiffTrain build for [96eb84e493](https://github.com/facebook/react/commit/96eb84e493c4ff2c280990659057164c0f16bbb8)