Skip to content

Commit

Permalink
docs(changeset): release vinxi/doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Oct 12, 2023
1 parent dca8179 commit 5b0304b
Show file tree
Hide file tree
Showing 8 changed files with 1,278 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chilled-paws-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vinxi/doc": patch
---

release vinxi/doc
3 changes: 2 additions & 1 deletion examples/react/rsc/ssr/app/client.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { ServerComponent } from "@vinxi/react-server-dom/client";
import { startTransition } from "react";
import { hydrateRoot } from "react-dom/client";
import { ServerComponent } from "@vinxi/react-rsc/client";

startTransition(() => {
hydrateRoot(document, <ServerComponent url={window.location.pathname} />);
});
Loading

0 comments on commit 5b0304b

Please sign in to comment.