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 ecfbb56 commit 604057eCopy full SHA for 604057e
1 file changed
packages/react/src/index.ts
@@ -1,3 +1,5 @@
1
+"use client";
2
+
3
export { ReplaneProvider } from "./provider";
4
export { useReplane, useConfig, createReplaneHook, createConfigHook } from "./hooks";
5
export { clearSuspenseCache } from "./useReplaneClient";
0 commit comments