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

144 B

astro @astrojs/react
patch patch

Fix: remove hydration failures on React v18 by exposing the "client" directive from Astro core.