bracket (ob[key]) infinite recursion fix
This Pull Request fixes a bug that would cause infinite recursion with bracket operators like:
{{let a = prop[ref]}} {{a}}
This Pull Request fixes a bug that would cause infinite recursion with bracket operators like:
{{let a = prop[ref]}} {{a}}