0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/.changeset/small-maps-cough.md
Ben Holmes 678c2b7523
Fix: React - Use "createRoot" instead of "hydrateRoot" for client:only (#3337)
* feat: pass "client" directive to clientEntrypoints

* refactor: remove hydration warning suppression react 17

* feat: remove hydration warning suppression react 18

* chore: changeset

* fix: change metadata to options bag
2022-05-12 10:05:55 -06:00

6 lines
144 B
Markdown

---
'astro': patch
'@astrojs/react': patch
---
Fix: remove hydration failures on React v18 by exposing the "client" directive from Astro core.