Closed justinbmeyer closed 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.
foo[bar]
fixes #650
Creating the observable for something like
foo[bar]
was leaking a read to that observable. This could cause infinite recursion.