Skip to content

Commit

Permalink
Merge pull request #231 from nksaraf/rsc-ssr
Browse files Browse the repository at this point in the history
fix: rsc ssr example, remove vinxi devtools for now
  • Loading branch information
nksaraf committed Mar 4, 2024
2 parents 51fe0f0 + 4caab63 commit 102c7ba
Show file tree
Hide file tree
Showing 29 changed files with 1,633 additions and 141 deletions.
7 changes: 7 additions & 0 deletions .changeset/nervous-days-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"vinxi": patch
"react-rsc-spa": patch
"react-rsc-ssr": patch
---

fix: rsc ssr example, remove vinxi devtools for now
2 changes: 1 addition & 1 deletion examples/react/rsc/spa/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "app",
"name": "react-rsc-spa",
"type": "module",
"private": true,
"version": null,
Expand Down
1 change: 1 addition & 0 deletions examples/react/rsc/ssr/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vercel
Loading

0 comments on commit 102c7ba

Please sign in to comment.