-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Cant validate #each problem #1820
Comments
This seems to be a bug with You can either not use strict-mode, or access your variables without a block param:
|
Here is another case : https://jsfiddle.net/duardbr/v38bsqf5/1/ Error below
|
This took me hours to find! The examples of the documentation even fail:
|
It also fails with
|
I'm not capable of validate all variables inside my template when using #each.
here is the jsfidle : https://jsfiddle.net/why2t30d/
here is the error :
Thanks for any help.
The text was updated successfully, but these errors were encountered: