From 7f5c970b6cafa649f7babe47cce7bbd0d879f791 Mon Sep 17 00:00:00 2001 From: catarak Date: Mon, 29 Aug 2016 15:58:21 -0400 Subject: [PATCH] fix proptypes that were missing from preview frame --- client/modules/IDE/components/PreviewFrame.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/modules/IDE/components/PreviewFrame.js b/client/modules/IDE/components/PreviewFrame.js index f02901ae..434ae9c1 100644 --- a/client/modules/IDE/components/PreviewFrame.js +++ b/client/modules/IDE/components/PreviewFrame.js @@ -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({