Skip to content

Commit a38e6a8

Browse files
authored
Fix bugs related to instant transition (#12)
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.
1 parent 4510c8e commit a38e6a8

File tree

6 files changed

+7342
-12
lines changed

6 files changed

+7342
-12
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
/.idea
44
/npm-debug.log
55
/example
6-
/lib
6+
/lib
7+
/coverage

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
/build
33
/.idea
44
/npm-debug.log
5-
/example
5+
/example
6+
/coverage

0 commit comments

Comments
 (0)