canjs / can-stache

Live binding handlebars templates
https://canjs.com/doc/can-stache.html
MIT License
10 stars 13 forks source link

Prevents bracket operator observables creation from leaking observation records #651

Closed justinbmeyer closed 5 years ago

justinbmeyer commented 5 years ago

fixes #650

Creating the observable for something like foo[bar] was leaking a read to that observable. This could cause infinite recursion.