Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
this.props not rendering in <Page>
-
I don’t understand why this.props.skill.skillNr is not rendering in OnsenUI.
There seems to be some kind of timing problem.
I’m using phonegap-template-react-hot-loader as a template for my project.Reactjs constructor with console.log(…
console.log in the browser
this.props.skill.skillNr referenced in <Page><Toolbar…
result in the app
-
@beebase Not sure if this fixes your issue but, as I said in the other topic, try using
renderToolbar
method.