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
Given template like this:
t = "{{foo.bar}} foo {{foo.foo.bar}}"
When compiled the template without data,
_.template(t)()
it failed with
TypeError: Cannot read property 'd' of undefined
The text was updated successfully, but these errors were encountered:
Nested lookups on objects which don't exists probably should be documented
Sorry, something went wrong.
Maybe #1973 is sufficient?
Why it's invalid? It's not the use case of underscore?
No branches or pull requests
Given template like this:
When compiled the template without data,
it failed with
The text was updated successfully, but these errors were encountered: