-
Notifications
You must be signed in to change notification settings - Fork 92
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
new option on
for render and rerender
#465
new option on
for render and rerender
#465
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @mumenthalers !
I left some thoughts, I'm looking forward for your feedback.
cc @lacolaco
subscribeToOutputs
for render and rerenderon
for render and rerender
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work on this @mumenthalers !
@all-contributors please add @mumenthalers for code, tests |
I've put up a pull request to add @mumenthalers! 🎉 |
closes #462
I had to move the
renderFixture
function up the order, as it's necessary to keep track of thesubscribedOutputs
in order to not unnecessarily unsubscribe+resubscribe unchanged listeners whenrerender
ing.