Add changeset for @astrojs/react minor (#4478)

This commit is contained in:
Matthew Phillips 2022-08-25 14:56:10 -04:00 committed by GitHub
parent d48de5a06f
commit 243525b156
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,7 @@
---
'@astrojs/react': minor
---
Uses startTransition on React roots
This prevents hydration from blocking the main thread when multiple islands are rendering at the same time.