We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Noticed this.props.history in the guide
this.props.history
var backButton = ( <IonNavBackButton icon="ion-ios-arrow-back" color="" type="clear" history={this.props.history} customClasses="button-stage" /> );
What does that do? Not seeing any reference in the src.
The text was updated successfully, but these errors were encountered:
It provides the history object from here: https://github.com/reactionic/reactionic-kitchensink/blob/master/app/client/router.jsx#L97
This is needed for the back button to know what "back" means.
Sorry, something went wrong.
Ah wait! That has been replaced by context now of course. Is indeed an error in the documentation. Thanks!
No branches or pull requests
Noticed
this.props.history
in the guideWhat does that do? Not seeing any reference in the src.
The text was updated successfully, but these errors were encountered: