door_models 5.5.4 → 5.5.5

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.cjs.js CHANGED
@@ -412,7 +412,7 @@ const ConfiguratorProvider = _ref => {
412
412
  if (initialMaterials) {
413
413
  setMaterials(initialMaterials);
414
414
  }
415
- }, [initialMaterials]);
415
+ }, []);
416
416
  const handleParseCpid = React.useCallback(cpidToParse => {
417
417
  const showMessage = function (text) {
418
418
  let type = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "error";