From 024e317d0059bd22272289be7e4071a95565a4d2 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 15 Jul 2015 01:49:53 +0300 Subject: [PATCH] Add jumpToState to props to make it clear that it is injected --- src/react/LogMonitor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/react/LogMonitor.js b/src/react/LogMonitor.js index 67055894..8f45829a 100644 --- a/src/react/LogMonitor.js +++ b/src/react/LogMonitor.js @@ -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 };