kitchen-simulator 1.0.0-alin.5 → 1.0.0-alin.6

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.
@@ -489,7 +489,7 @@ export default function LiteRenderer(props) {
489
489
  }();
490
490
  initCatalog();
491
491
  // eslint-disable-next-line react-hooks/exhaustive-deps
492
- }, []);
492
+ }, [categoryData, data, id, catalogs, colorAlias, subgroups]);
493
493
 
494
494
  // Register items once SVGs are loaded
495
495
  useEffect(function () {
@@ -498,7 +498,7 @@ function LiteRenderer(props) {
498
498
  }();
499
499
  initCatalog();
500
500
  // eslint-disable-next-line react-hooks/exhaustive-deps
501
- }, []);
501
+ }, [categoryData, data, id, catalogs, colorAlias, subgroups]);
502
502
 
503
503
  // Register items once SVGs are loaded
504
504
  (0, _react.useEffect)(function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kitchen-simulator",
3
- "version": "1.0.0-alin.05",
3
+ "version": "1.0.0-alin.06",
4
4
  "description": "It is a kitchen simulator (self-contained micro-frontend).",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",