props.history
is undefined
#70
Comments
Hello @simkimsia , Thank you for your interest in using our product and thank you for pointing out this issue. Best, |
hello @simkimsia , this.props.history.push('/details/allocationsdata'); export default withRouter (withStyles(tableStyle)(AllocationList)); |
@sraiah I don't quite understand your code snippet. This is in reference to? |
@EINazare I am a paid customer of your theme. You're welcome. Also, I am using this theme for django project. Once I figured out roughly how to integrate this, would your team be interested in me writing up a guide for integration? |
Hello @simkimsia , I've spoke with the board and they would really be interested in your proposal, of making a guide for integrating the product with django. Best, |
@EINazare thank you for your feedback. I am glad to hear that your team thinks there's value in my proposal. Currently, I am not finished with the integration. Once I am done with the integration, I can discuss further with you about the guide. Is that okay? |
Hello again @simkimsia , That is ok with us. Best, |
my solution: let me know if it helps. |
My team is trying to integrate this theme into a Django project.
Whilst doing so, (version 1.3.0) we found that
props.history
is undefined.To fix it, my team added the withRoutercomponent, here is documentation about it https://reacttraining.com/react-router/web/api/withRouter
E.g.

The text was updated successfully, but these errors were encountered: