@astrojs/react
Advanced tools
Comparing version 1.1.0-next.0 to 1.1.0
# @astrojs/react | ||
## 1.1.0 | ||
### Minor Changes | ||
- [#4478](https://github.com/withastro/astro/pull/4478) [`243525b15`](https://github.com/withastro/astro/commit/243525b1565385753ae1464c5def0d7de799f906) Thanks [@matthewp](https://github.com/matthewp)! - Uses startTransition on React roots | ||
This prevents hydration from blocking the main thread when multiple islands are rendering at the same time. | ||
## 1.1.0-next.0 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@astrojs/react", | ||
"description": "Use React components within Astro", | ||
"version": "1.1.0-next.0", | ||
"version": "1.1.0", | ||
"type": "module", | ||
@@ -38,3 +38,3 @@ "types": "./dist/index.d.ts", | ||
"@types/react-dom": "^17.0.17", | ||
"astro": "1.1.0-next.0", | ||
"astro": "1.1.0", | ||
"astro-scripts": "0.0.7", | ||
@@ -41,0 +41,0 @@ "react": "^18.1.0", |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
27239
0