mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
678c2b7523
* 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
6 lines
144 B
Markdown
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.
|