You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new melody-streams in v1.2.0-21.0, child components are not rendered anymore for the first time by the parent when properties are equal. This is caused by incompatibility of streaming components and the current render queue.
Expected Behaviour
Child component should render for the first time when parent component pushes properties.
Actual Behaviour
Child component is not updating/rendering because the streaming api handles rendering itself and melody dequeues the child from rendering.
melody version:
v1.2.0-21.0
The text was updated successfully, but these errors were encountered:
Explain the problem
With the new melody-streams in v1.2.0-21.0, child components are not rendered anymore for the first time by the parent when properties are equal. This is caused by incompatibility of streaming components and the current render queue.
Expected Behaviour
Child component should render for the first time when parent component pushes properties.
Actual Behaviour
Child component is not updating/rendering because the streaming api handles rendering itself and melody dequeues the child from rendering.
v1.2.0-21.0
The text was updated successfully, but these errors were encountered: