Skip to content

Commit f8588a1

Browse files
committed
frame: fix children propType
1 parent e03c85a commit f8588a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/frame.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { PropTypes } from 'react';
22

33
export default class Frame extends React.Component {
44
static propTypes = {
5-
children: PropTypes.array.isRequired,
5+
children: PropTypes.any,
66
component: PropTypes.string,
77
duration: PropTypes.number,
88
onRender: PropTypes.func

0 commit comments

Comments
 (0)