We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0863102 commit 6b17a60Copy full SHA for 6b17a60
1 file changed
README.md
@@ -92,7 +92,7 @@ export default async function RootLayout({ children }: { children: React.ReactNo
92
}
93
94
// app/page.tsx (client component)
95
-("use client");
+"use client";
96
import { useConfig } from "@replanejs/next";
97
98
export default function Page() {
@@ -118,9 +118,9 @@ npm install @replanejs/svelte
118
});
119
</script>
120
121
-<ReplaneProvider {client}>
+<ReplaneContext {client}>
122
<slot />
123
-</ReplaneProvider>
+</ReplaneContext>
124
```
125
126
```svelte
0 commit comments