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 e03c85a commit f8588a1Copy full SHA for f8588a1
lib/frame.js
@@ -2,7 +2,7 @@ import React, { PropTypes } from 'react';
2
3
export default class Frame extends React.Component {
4
static propTypes = {
5
- children: PropTypes.array.isRequired,
+ children: PropTypes.any,
6
component: PropTypes.string,
7
duration: PropTypes.number,
8
onRender: PropTypes.func
0 commit comments