How do I access the IonReactRouter history object outside of components?

How do I access the IonReactRouter history object outside of a component?

Here is how I would do it in react router:
https://github.com/ReactTraining/react-router/blob/master/FAQ.md#how-do-i-access-the-history-object-outside-of-components
but IonReactRouter will not accept a history object.

2 Likes