@vidispine/proptypes 22.4.0-pre.6 → 22.4.0-pre.8

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.es.js CHANGED
@@ -1799,7 +1799,7 @@ var ShapeType = lazyFunction(function () {
1799
1799
  id: PropTypes.string
1800
1800
  })),
1801
1801
  tag: PropTypes.arrayOf(PropTypes.string),
1802
- containerComponent: ContainerComponentType,
1802
+ containerComponent: PropTypes.shape(ContainerComponentType),
1803
1803
  id: PropTypes.string,
1804
1804
  metadata: PropTypes.shape(SimpleMetadataType)
1805
1805
  };