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:
parent
e853758167
commit
2889752d8f
@ -48,6 +48,7 @@ class Slide extends React.Component {
|
||||
}
|
||||
|
||||
Slide.propTypes = {
|
||||
index: PropTypes.number.isRequired,
|
||||
px: PropTypes.array
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user