react-zod-safe-action
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "react-zod-safe-action", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "React Safe Action: Type-safe action handler for React applications with built-in Zod validation", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -94,2 +94,3 @@ # React Safe Action (react-zod-safe-action) | ||
loading, // boolean | ||
result, // returned result from the action | ||
reset // Function to reset the state | ||
@@ -96,0 +97,0 @@ } = useAction(action, { |
16663
126