You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
We observe only the top-level identifier, not its properties.
For example, in:
{{ { thing1: foo, thing2: bar } }}
we observefoo
andbar
but not the properties offoo
andbar
.This may lead to unexpected behavior when using a filter like
tokenList
, which acts on the object's (unobserved) properties.For example:
thing[field]
. In this case, we observe... (fill in the blank).The text was updated successfully, but these errors were encountered: