Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit d80f3e3

Browse files
committed
Change error message to be more descriptive.
1 parent c0cc79c commit d80f3e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ export function syncReduxAndRouter(history, store, selectRouterState = SELECT_ST
9595

9696
if(!getRouterState()) {
9797
throw new Error(
98-
'Cannot sync router: route state does not exist. Did you ' +
99-
'install the routing reducer?'
98+
'Cannot sync router: route state does not exist (`state.routing` by default). ' +
99+
'Did you install the routing reducer?'
100100
)
101101
}
102102

0 commit comments

Comments
 (0)