-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
yield
and Template.dynamic
broken since Meteor 3.0.3
#118
Comments
@dr-dimitru, any thoughts on this? Thank you. |
@dr-dimitru are you still maintaining this repo? Sorry to bug you. Would appreciate your insights. Thank you. |
Hey @drone1 yes, I'm. Sorry for delays in review and answers I'm going through some challenges, but will try to review and check this issue soon, thank you for ping |
Hey @dr-dimitru, I'm sorry to hear that. All good. Sorry to keep poking about this. I would look if I had time myself. I'm absolutely drowning in work. Hope things resolve positively for you soon. All the best. |
I'm having an issue:
I made a very simple project to demonstrate the bug.
https://github.com/drone1/flowrouter-no-data-context-bug
yield
no longer works since Meteor 3.0.3. It last worked in Meteor 2.16.Neither does
Template.dynamic
The project demonstrates both.
The most info I have is that the layout template's
this
is undefined on re-render, and as such, there is no data.flow-router-extra
you're experiencing this issue: 3.10.1Meteor
you're experiencing this issue: 3.0.3, 3.0.4, 3.1The text was updated successfully, but these errors were encountered: