fix proptypes that were missing from preview frame
This commit is contained in:
parent
1ae27f0d66
commit
7f5c970b6c
1 changed files with 2 additions and 0 deletions
|
@ -242,6 +242,8 @@ class PreviewFrame extends React.Component {
|
|||
|
||||
PreviewFrame.propTypes = {
|
||||
isPlaying: PropTypes.bool.isRequired,
|
||||
isTextOutputPlaying: PropTypes.bool.isRequired,
|
||||
textOutput: PropTypes.bool.isRequired,
|
||||
head: PropTypes.object.isRequired,
|
||||
content: PropTypes.string,
|
||||
htmlFile: PropTypes.shape({
|
||||
|
|
Loading…
Reference in a new issue