Closed phillipskevin closed 6 years ago
can-stache@3.14.18 started recommending scope.find(...) for avoiding implicit scope walking in order to make the upgade from can-stache@3 to can-stache@4 easier. This is great, except that scope.find isn't implemented in can-view-scope@3 😬.
scope.find(...)
can-stache@3
can-stache@4
scope.find
can-view-scope@3
closing for https://github.com/canjs/can-stache/issues/538.
can-stache@3.14.18 started recommending
scope.find(...)
for avoiding implicit scope walking in order to make the upgade fromcan-stache@3
tocan-stache@4
easier. This is great, except thatscope.find
isn't implemented incan-view-scope@3
😬.