Skip to content

@astrojs/react@6.0.6

Choose a tag to compare

@astrobot-houston astrobot-houston released this 16 Sep 19:39
· 11 commits to main since this release
8a3106e

Patch Changes

  • #17985 7a6e7f7 Thanks @astro-factory! - Fixes Vue render-function components failing to build when @astrojs/react is also enabled. React's renderer check no longer crashes on non-React object components, and Vue's check now recognizes defineComponent() components that use a setup function returning a render function.