Closed Charmatzis closed 8 years ago
I search a little bit and I believe it is when it renders for the first time it return null, but if it is updated it calls the renderContent method which renders the component as it is.
Indeed. This needs to update in a componentDidMount
function. I will update in a hour or so.
This commit resolved this issue for me. Let me know when you have confirmed.
Yeap, problem solved. THX!!!!
Hi, I know this is closed. But I am on version 2.0.0 and experiencing the same issue. It loads after only it hot reloads.
I have insert a new control in the
` When I start the page for the first time the control does not render. When I do a small change in the code the control appears when the page is refreshing. Why is that?