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.
1 parent f17c4b7 commit cce2792Copy full SHA for cce2792
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