Skip to content

Commit 079324d

Browse files
committedJul 20, 2024··
fix(hooks): don't export useStateAction from /hooks path
1 parent baff76b commit 079324d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎packages/next-safe-action/src/hooks.ts

-2
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,4 @@ export const useOptimisticAction = <
249249
};
250250
};
251251

252-
export { useStateAction } from "./stateful-hooks";
253-
254252
export type * from "./hooks.types";

0 commit comments

Comments
 (0)
Please sign in to comment.