mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 01:26:48 +03:00
fix(LogMonitor): add theme to propTypes
This commit is contained in:
parent
aa5ee9b6c6
commit
ef559a4848
|
@ -54,7 +54,8 @@ export default class LogMonitor extends Component {
|
|||
jumpToState: PropTypes.func.isRequired,
|
||||
setMonitorState: PropTypes.func.isRequired,
|
||||
select: PropTypes.func.isRequired,
|
||||
visibleOnLoad: PropTypes.bool
|
||||
visibleOnLoad: PropTypes.bool,
|
||||
theme: PropTypes.object
|
||||
};
|
||||
|
||||
static defaultProps = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user