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
$global
template.stream()
Hi there! This code doesn't work now. Before he worked fine.
let HomePage = require('./home.marko'); let response = { $global: { active: 'home', logged: logged, moment: moment, }, currentPage: currentPage, }; HomePage.stream(response).pipe(res);
I have a layout and his part(home.marko). I load a part of layout and give him the data for rendering, but nothing.
In a layout i tried to print data: ${out.global.active}. What i doing wrong? Previously everything worked fine.
${out.global.active}
The text was updated successfully, but these errors were encountered:
Looks like a bug. I am investigating and should have an update soon. Thanks for opening an issue!
Sorry, something went wrong.
7570227
Should be fixed now. We were missing a test case that should have caught an internal API change. New version published with fix: marko@3.11.7
marko@3.11.7
Thanks, again.
@patrick-steele-idem Thanks a lot!
patrick-steele-idem
No branches or pull requests
Hi there!
This code doesn't work now. Before he worked fine.
I have a layout and his part(home.marko). I load a part of layout and give him the data for rendering, but nothing.
In a layout i tried to print data:
${out.global.active}
. What i doing wrong? Previously everything worked fine.The text was updated successfully, but these errors were encountered: