We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca0226 commit 08c2494Copy full SHA for 08c2494
src/EventCell.js
@@ -16,7 +16,7 @@ let propTypes = {
16
accessors: PropTypes.object.isRequired,
17
components: PropTypes.object.isRequired,
18
getters: PropTypes.object.isRequired,
19
- localizer: PropTypes.object.isRequired,
+ localizer: PropTypes.object,
20
21
onSelect: PropTypes.func,
22
onDoubleClick: PropTypes.func,
src/Popup.js
@@ -26,7 +26,7 @@ const propTypes = {
26
localizer: PropTypes.object.isRequired,
27
28
29
- slotStart: PropTypes.number,
+ slotStart: PropTypes.instanceOf(Date),
30
slotEnd: PropTypes.number,
31
}
32
0 commit comments