Skip to content

Commit b31d75e

Browse files
committed
Merge pull request #3492 from riophae/master
import ES6 module in more proper way
2 parents f17c4b7 + cce2792 commit b31d75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/createTransitionManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import warning from './routerWarning'
22
import { REPLACE } from 'history/lib/Actions'
33
import computeChangedRoutes from './computeChangedRoutes'
44
import { runEnterHooks, runChangeHooks, runLeaveHooks } from './TransitionUtils'
5-
import { default as _isActive } from './isActive'
5+
import _isActive from './isActive'
66
import getComponents from './getComponents'
77
import matchRoutes from './matchRoutes'
88

0 commit comments

Comments
 (0)