Skip to content

Commit 0dca542

Browse files
committed
actual state fixed
1 parent e33071d commit 0dca542

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/RouterMixin.js

+2
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ var RouterMixin = {
190190
return;
191191
}
192192

193+
//getting actual state
194+
state.matchProps = match.getProps();
193195
this.delegateSetRoutingState(state, function() {
194196
if (this.props.onNavigation) {
195197
this.props.onNavigation();

0 commit comments

Comments
 (0)