react-instantsearch-core

7.25.07.26.0
dist/es/lib/useRSCContext.js
~dist/es/lib/useRSCContext.jsModified
+7−4
Index: package/dist/es/lib/useRSCContext.js
===================================================================
--- package/dist/es/lib/useRSCContext.js
+++ package/dist/es/lib/useRSCContext.js
@@ -1,5 +1,8 @@
 import { useContext } from 'react';
-import { InstantSearchRSCContext } from "./InstantSearchRSCContext.js";
-export function useRSCContext() {
-  return useContext(InstantSearchRSCContext);
-}
\ No newline at end of file
+import { InstantSearchRSCContext } from './InstantSearchRSCContext.js';
+
+function useRSCContext() {
+    return useContext(InstantSearchRSCContext);
+}
+
+export { useRSCContext };