Skip to content

Commit f434fea

Browse files
authored
Update README.md
1 parent 852d06c commit f434fea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ export const createReduxHistoryContext = ({
254254
|savePreviousLocations |yes | if > 0 add the key "previousLocation" to state.router, with the last N locations. [{location,action}, ...]
255255
|batch |yes | a batch function for batching states updates with history updates. Prevent top-down updates on react : usage `import { unstable_batchedUpdates } from 'react-dom'; ` `batch = unstable_batchedUpdates`
256256
|reachGlobalHistory |yes | globalHistory object from `@reach/router` - support imperatively `navigate` of @reach/router - `import { navigate } from '@reach/router'` : usage `import { globalHistory } from '@reach/router'; ` `reachGlobalHistory = globalHistory`
257+
|basename | no| support basename (history v5 fix) |
257258

258259
# Advanced Config
259260

0 commit comments

Comments
 (0)