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.