@23blocks/react 7.6.7 → 7.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -1098,7 +1098,7 @@ function useRewardsBlock() {
1098
1098
  }
1099
1099
  function useSalesBlock() {
1100
1100
  const { sales } = use23Blocks();
1101
- if (!sales) throw new Error('Sales block not configured. Pass `sales` prop to Blocks23Provider.');
1101
+ if (!sales) throw new Error('Sales block not configured. Pass `sales` config prop to Blocks23Provider.');
1102
1102
  return sales;
1103
1103
  }
1104
1104
  function useWalletBlock() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@23blocks/react",
3
- "version": "7.6.7",
3
+ "version": "7.6.9",
4
4
  "description": "React bindings for 23blocks SDK - hooks and context providers",
5
5
  "license": "MIT",
6
6
  "author": "23blocks <hello@23blocks.com>",