mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-21 17:16:42 +03:00
Add jumpToState to props to make it clear that it is injected
This commit is contained in:
parent
ad55e25443
commit
024e317d00
|
@ -12,6 +12,7 @@ export default class LogMonitor {
|
|||
rollback: PropTypes.func.isRequired,
|
||||
sweep: PropTypes.func.isRequired,
|
||||
toggleAction: PropTypes.func.isRequired,
|
||||
jumpToState: PropTypes.func.isRequired,
|
||||
select: PropTypes.func.isRequired
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user