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
Present in Eleventy 1.0.0-canary.46 and 47 (not in any Beta releases)
This will render but the data bound and available for use in the shortcode will be wrong.
{% for … %} {% customshortcode %} {% endfor %}
Caused by the async-everything stuff we shipped in #1749 and #1053
The text was updated successfully, but these errors were encountered:
Fixed by 17a1867
Sorry, something went wrong.
Cross reference #498 while we’re in here
Test for #2140
70478c5
Note for future folks that if your shortcode is async in Nunjucks you will need asyncEach or asyncAll instead of for: https://mozilla.github.io/nunjucks/templating.html#asyncall
asyncEach
asyncAll
for
zachleat
No branches or pull requests
Present in Eleventy 1.0.0-canary.46 and 47 (not in any Beta releases)
This will render but the data bound and available for use in the shortcode will be wrong.
Caused by the async-everything stuff we shipped in #1749 and #1053
The text was updated successfully, but these errors were encountered: