1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-12-01 13:32:13 +03:00

Add missing index prop-type to Slide

This commit is contained in:
busypeoples 2018-08-03 16:55:14 +02:00
parent e853758167
commit 2889752d8f

View File

@ -48,6 +48,7 @@ class Slide extends React.Component {
}
Slide.propTypes = {
index: PropTypes.number.isRequired,
px: PropTypes.array
}