mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
3fbfb9baaf
Uses `&` for Activity as opposed to `$` for Suspense. This will be used to delimitate which nodes we can skip hydrating. This isn't used on the client yet. It's just a noop on the client because it's just an unknown comment. This just adds the SSR parts.