Daniel Zlotin hace 7 años
padre
commit
04ac8f4a88
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/containers/ContainerRegistry.js

+ 1
- 1
src/containers/ContainerRegistry.js Ver fichero

@@ -14,7 +14,7 @@ function wrapContainer(containerKey, OriginalContainer) {
14 14
     constructor(props) {
15 15
       super(props);
16 16
       if (!props.containerId) {
17
-        //throw new Error(`Container ${containerKey} does not have a containerId!`);
17
+        throw new Error(`Container ${containerKey} does not have a containerId!`);
18 18
       }
19 19
       this.state = {
20 20
         containerId: props.containerId,