Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

melody-streams parent-child rendering broken #110

Closed
krakenfuss opened this issue Mar 26, 2019 · 0 comments
Closed

melody-streams parent-child rendering broken #110

krakenfuss opened this issue Mar 26, 2019 · 0 comments

Comments

@krakenfuss
Copy link
Contributor

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.

  • melody version:
    v1.2.0-21.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant