Replying to @nilshartmann

@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()

Fri, 23 Jul 2021 15:10:30 UTC