Skip to content

Commit

Permalink
docs: Fix docs some more (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Jan 11, 2019
1 parent 89f96a2 commit 9fe561c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -767,8 +767,6 @@ MyButton.propTypes = propTypes;
export default withRouter(MyButton);
```
If you only need the `router` object, you can access it on React context as `context.router`, with the appropriate `contextTypes` configuration.
If you have your own store with `foundReducer` installed on a key other than `found`, use `createWithRouter` with a options object with a `getFound` function to create a custom HOC, as with `createConnectedLink` above.
#### Blocking navigation
Expand Down

0 comments on commit 9fe561c

Please sign in to comment.