We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Template.dynamic
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.
this
flow-router-extra
Meteor
The text was updated successfully, but these errors were encountered:
@dr-dimitru, any thoughts on this? Thank you.
Sorry, something went wrong.
No branches or pull requests
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: