Skip to content

Commit

Permalink
getLocation, getAction, and createMatchSelector for immutable structures
Browse files Browse the repository at this point in the history
  • Loading branch information
lpillonel authored and supasate committed Sep 23, 2018
1 parent 5d42e33 commit 5d7230a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/immutable.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ export const {
ConnectedRouter,
connectRouter,
routerMiddleware,
getLocation,
getAction,
createMatchSelector,
} = createAll(immutableStructure)
5 changes: 4 additions & 1 deletion src/seamless-immutable.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ export const {
routerActions,
ConnectedRouter,
connectRouter,
routerMiddleware
routerMiddleware,
getLocation,
getAction,
createMatchSelector,
} = createAll(immutableStructure)

0 comments on commit 5d7230a

Please sign in to comment.