@plasmicpkgs/commerce 0.0.11 → 0.0.12

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.
@@ -2188,7 +2188,7 @@ function CategoryCollection(props) {
2188
2188
  selectedCategory = props.category,
2189
2189
  setControlContextData = props.setControlContextData;
2190
2190
  var features = useCommerceExtraFeatures();
2191
- var inEditor = host.usePlasmicCanvasContext();
2191
+ var inEditor = React__default.useContext(host.PlasmicCanvasContext);
2192
2192
 
2193
2193
  var _useCategories = useCategories(),
2194
2194
  allCategories = _useCategories.data,