Reply to 1418582245892403201
@nilshartmann The problem is that I have a tree of components, not all components are rendered, and some of the conditionally rendered components have state. That's where the error comes from
Typical scenario: if(error) return renderError() return render()