@lit-labs/ssr-react
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -62,2 +62,3 @@ /** | ||
renderInfo.customElementInstanceStack.push(renderer); | ||
renderInfo.customElementHostStack.push(renderer); | ||
const shadowContents = renderer.renderShadow(renderInfo); | ||
@@ -64,0 +65,0 @@ if (renderer.element !== undefined) { |
{ | ||
"name": "@lit-labs/ssr-react", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"publishConfig": { | ||
@@ -50,3 +50,3 @@ "access": "public" | ||
"dependencies": { | ||
"@lit-labs/ssr": "^3.1.8", | ||
"@lit-labs/ssr": "^3.2.0", | ||
"@lit-labs/ssr-client": "^1.1.4" | ||
@@ -103,6 +103,6 @@ }, | ||
"devDependencies": { | ||
"@lit/react": "1.0.1", | ||
"@lit/react": "1.0.2", | ||
"@types/react": "^18.0.27", | ||
"@types/react-dom": "^18.0.10", | ||
"lit": "^3.0.0", | ||
"lit": "^3.1.0", | ||
"react": "^18.2.0", | ||
@@ -109,0 +109,0 @@ "react-dom": "^18.2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
52739
469
Updated@lit-labs/ssr@^3.2.0