@shopify/react-form
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -165,2 +165,5 @@ "use strict"; | ||
}, | ||
setError: function (error) { | ||
dispatch(reducer_1.updateErrorAction({ target: target, error: error })); | ||
}, | ||
}; | ||
@@ -167,0 +170,0 @@ }); |
{ | ||
"name": "@shopify/react-form", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"license": "MIT", | ||
@@ -30,3 +30,3 @@ "description": "Manage react forms tersely and safely-typed with no magic using React hooks.", | ||
"devDependencies": { | ||
"@shopify/react-testing": "^1.4.5", | ||
"@shopify/react-testing": "^1.5.0", | ||
"@types/faker": "^4.1.5", | ||
@@ -33,0 +33,0 @@ "faker": "^4.1.0", |
87853
1496