Comparing version 3.0.31-dev-20240731-1b50 to 3.0.31-dev-20240807-42bc
{ | ||
"version": "3.0.31-dev-20240731-1b50", | ||
"version": "3.0.31-dev-20240807-42bc", | ||
"license": "MIT", | ||
@@ -14,3 +14,3 @@ "main": "./dist/cjs/context.js", | ||
"dependencies": { | ||
"vest-utils": "1.3.1-dev-20240731-1b50" | ||
"vest-utils": "1.3.1-dev-20240807-42bc" | ||
}, | ||
@@ -17,0 +17,0 @@ "module": "./dist/es/context.production.js", |
@@ -149,3 +149,3 @@ # Context 🪆 | ||
const context = ctx.useX( | ||
'handleCart was called outside of a running context' | ||
'handleCart was called outside of a running context', | ||
); // { cart: { items: [ 'foo', 'bar' ] } } | ||
@@ -152,0 +152,0 @@ // This throws an error if we're not within a `run` call. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
49053
22
239
+ Addedvest-utils@1.3.1-dev-20240807-42bc(transitive)
- Removedvest-utils@1.3.1-dev-20240731-1b50(transitive)