Skip to content

Commit

Permalink
Fix bugs related to instant transition (#12)
Browse files Browse the repository at this point in the history
Fix a bug reported in #11, where the hooks weren't called when the callback was called immediately.

Pass props to the mounted children as issued in #9.
  • Loading branch information
aboeglin committed Aug 21, 2017
1 parent 4510c8e commit a38e6a8
Show file tree
Hide file tree
Showing 6 changed files with 7,342 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
/.idea
/npm-debug.log
/example
/lib
/lib
/coverage
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/build
/.idea
/npm-debug.log
/example
/example
/coverage
Loading

0 comments on commit a38e6a8

Please sign in to comment.