-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot ignore observable arrays #28
Comments
Can you post some sample code to better illustrate the issue? As for the alpha branch I'm not sure I'll need one since I'm not really planning to add any big new features in the near future unless you have anything to propose. |
I too was facing similar issue where I wanted to pause ObservableArray using watch API but it doesnt work. Solution: Check watchable condition even for array change events in 'assignWatcher' API /************** code snippet **************/ API: assignWatcher
/********************************************/ |
Ok, thanks for the update @kailashsingh . I'll make the necessary changes when time permits. |
It's currently not possible to ignore an observable array within a hierarchy. (The code-path for arrays never does this check.)
Also instead of having a "beta" file would you consider making a separate alpha branch?
The text was updated successfully, but these errors were encountered: