mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
Merge pull request #119 from nikgraf/patch-1
fix(LogMonitor): add theme to propTypes
This commit is contained in:
commit
e1585eae4f
|
@ -54,7 +54,11 @@ export default class LogMonitor extends Component {
|
||||||
jumpToState: PropTypes.func.isRequired,
|
jumpToState: PropTypes.func.isRequired,
|
||||||
setMonitorState: PropTypes.func.isRequired,
|
setMonitorState: PropTypes.func.isRequired,
|
||||||
select: PropTypes.func.isRequired,
|
select: PropTypes.func.isRequired,
|
||||||
visibleOnLoad: PropTypes.bool
|
visibleOnLoad: PropTypes.bool,
|
||||||
|
theme: PropTypes.oneOfType([
|
||||||
|
PropTypes.object,
|
||||||
|
PropTypes.string
|
||||||
|
])
|
||||||
};
|
};
|
||||||
|
|
||||||
static defaultProps = {
|
static defaultProps = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user