@astrojs/react
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "@astrojs/react", | ||
"description": "Use React components within Astro", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"type": "module", | ||
@@ -50,3 +50,3 @@ "types": "./dist/index.d.ts", | ||
"react-dom": "^18.1.0", | ||
"astro": "2.5.0", | ||
"astro": "2.5.6", | ||
"astro-scripts": "0.0.14" | ||
@@ -53,0 +53,0 @@ }, |
@@ -10,3 +10,3 @@ import { createElement as h } from 'react'; | ||
*/ | ||
const StaticHtml = ({ value, name, hydrate }) => { | ||
const StaticHtml = ({ value, name, hydrate = true }) => { | ||
if (!value) return null; | ||
@@ -13,0 +13,0 @@ const tagName = hydrate ? 'astro-slot' : 'astro-static-slot'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21814