Skip to content

Commit

Permalink
Merge pull request #12 from andreasrs/bugfix/deferred-loading
Browse files Browse the repository at this point in the history
Make sure afterTransitionLoading is set correctly
  • Loading branch information
dlmr authored Oct 30, 2016
2 parents 0275d2e + b1be851 commit 3914396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RedialContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class RedialContainer extends Component {
const {
abortLoading,
loading,
deferredLoading,
afterTransitionLoading,
reloadComponent,
redialMap,
} = this.context.redialContext;
Expand All @@ -34,7 +34,7 @@ export default class RedialContainer extends Component {
...redialProps,
...routerProps,
loading,
deferredLoading,
afterTransitionLoading,
reload,
abort,
}
Expand Down

0 comments on commit 3914396

Please sign in to comment.