We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f17c4b7 + cce2792 commit b31d75eCopy full SHA for b31d75e
modules/createTransitionManager.js
@@ -2,7 +2,7 @@ import warning from './routerWarning'
2
import { REPLACE } from 'history/lib/Actions'
3
import computeChangedRoutes from './computeChangedRoutes'
4
import { runEnterHooks, runChangeHooks, runLeaveHooks } from './TransitionUtils'
5
-import { default as _isActive } from './isActive'
+import _isActive from './isActive'
6
import getComponents from './getComponents'
7
import matchRoutes from './matchRoutes'
8
0 commit comments