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
Currently, this causes a conflict:
<product for(product in products) item=product>
The tag for product has a variable name of product which conflicts with the local variable introduced in the for ... in ... loop.
product
for ... in ...
The text was updated successfully, but these errors were encountered:
1f852a5
Additional fixes for #382 - Local variable for tag should have prefix…
005b5a1
… or suffix to avoid conflict
New version published: marko@3.11.8
marko@3.11.8
Sorry, something went wrong.
patrick-steele-idem
No branches or pull requests
Currently, this causes a conflict:
The tag for
product
has a variable name ofproduct
which conflicts with the local variable introduced in thefor ... in ...
loop.The text was updated successfully, but these errors were encountered: