Skip to content

Commit

Permalink
fix: tolerate injecting to stream after it ended (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout authored Jul 3, 2024
1 parent b846a3d commit 3f4283f
Show file tree
Hide file tree
Showing 16 changed files with 471 additions and 178 deletions.
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-react-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"node-fetch": "^2.6.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming": "^0.3.24",
"react-streaming": "^0.3.36",
"vite": "^5.0.10",
"vike": "0.4.177",
"wrangler": "^2.9.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming": "^0.3.24",
"react-streaming": "^0.3.36",
"typescript": "^5.3.3",
"vike": "0.4.177",
"vite": "^5.2.11"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"express": "^4.18.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming": "^0.3.24",
"react-streaming": "^0.3.36",
"sirv": "^2.0.2",
"vite": "^5.0.10",
"vike": "0.4.177"
Expand Down
Loading

0 comments on commit 3f4283f

Please sign in to comment.