You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using your package for an hybrid app working on both browser and mobile and I've discovered that this.props.router is undefined when on mobile when calling console.log(this.props) in the render method of a Route :
Using ReactRouter
Using ReactRouterNative
I've fixed the problem temporarily by using withRouter.
I'm using nativeHistory on mobile and browserHistory on browser
The text was updated successfully, but these errors were encountered:
I've used the withRouter function if I can remember.
You call it and get the router I think.
I've stopped using their package since they don't want to fix these kind of essential issues.
Hi, I'm using your package for an hybrid app working on both browser and mobile and I've discovered that this.props.router is undefined when on mobile when calling console.log(this.props) in the render method of a Route :
Using ReactRouter
Using ReactRouterNative
I've fixed the problem temporarily by using withRouter.
I'm using nativeHistory on mobile and browserHistory on browser
The text was updated successfully, but these errors were encountered: