From 929d0b748d93c947f97d4219767a92b4dc5bcf2f Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Fri, 19 Mar 2021 21:23:04 +0100 Subject: [PATCH] Add missing propType --- src/TileGroup.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TileGroup.jsx b/src/TileGroup.jsx index 1640b1df..ee60004e 100644 --- a/src/TileGroup.jsx +++ b/src/TileGroup.jsx @@ -54,6 +54,7 @@ TileGroup.propTypes = { ...tileGroupProps, activeStartDate: PropTypes.instanceOf(Date), count: PropTypes.number, + dateType: PropTypes.string, dateTransform: PropTypes.func.isRequired, offset: PropTypes.number, step: PropTypes.number,