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 1009f35 commit 88e0905Copy full SHA for 88e0905
lib/frame.js
@@ -16,7 +16,7 @@ export default class Frame extends React.Component {
16
}
17
18
Frame.propTypes = {
19
- children: PropTypes.element.isRequired,
+ children: PropTypes.arrayOf(PropTypes.element).isRequired,
20
component: PropTypes.string,
21
delay: PropTypes.number,
22
onRender: PropTypes.func
lib/keyframes.js
@@ -70,7 +70,7 @@ export default class Keyframes extends React.Component {
70
71
72
Keyframes.propTypes = {
73
74
75
onStart: PropTypes.func,
76
onEnd: PropTypes.func
0 commit comments