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 3a46b37 commit f35f6a4Copy full SHA for f35f6a4
src/containers/stage.jsx
@@ -389,6 +389,7 @@ class Stage extends React.Component {
389
Stage.propTypes = {
390
isColorPicking: PropTypes.bool,
391
isFullScreen: PropTypes.bool.isRequired,
392
+ micIndicator: PropTypes.bool,
393
onActivateColorPicker: PropTypes.func,
394
onDeactivateColorPicker: PropTypes.func,
395
stageSize: PropTypes.oneOf(Object.keys(STAGE_DISPLAY_SIZES)).isRequired,
0 commit comments