Skip to content
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

Automatically watch new objects recursively #10

Closed
bago opened this issue Jul 11, 2014 · 1 comment
Closed

Automatically watch new objects recursively #10

bago opened this issue Jul 11, 2014 · 1 comment

Comments

@bago
Copy link
Collaborator

bago commented Jul 11, 2014

I have a deep JSON object that a wrap to nested observables through knockout.wrap (I don't think this is a variable for this issue, but better safe than sorry).

When I do
viewModel.myObject(newObject);
then the observable properties of newObject are not automatically watched by reactor.

Is this something expected? I see other "mutations" for the array are tracked but this one is not.

@bago bago closed this as completed Jul 11, 2014
@bago
Copy link
Collaborator Author

bago commented Jul 11, 2014

I close it as disabling my other code it seems to work, so maybe it is something in my code that is breaking reactor... I'll reopen once I have something reproduceable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant