mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-26 00:35:02 +03:00
Adjust Slide default props
This commit is contained in:
parent
1c4e8bd0c8
commit
6761ff65c3
@ -79,7 +79,9 @@ export const Slide = ({ index, context, ...props }) => (
|
||||
)
|
||||
|
||||
Slide.defaultProps = {
|
||||
step: Infinity,
|
||||
context: {
|
||||
step: Infinity,
|
||||
},
|
||||
}
|
||||
|
||||
export default Slide
|
||||
|
Loading…
Reference in New Issue
Block a user