-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
[object Object], when set a variable of array type previously created in this.items #71
Comments
Can you try the latest version :) |
Fixed in the latest |
@triniwiz In version 12.0.0-alpha.8 for angular the same thing happens. Use your demo-ng test example and it does the same. |
@wuilmerj24 try using an ObservableArray |
@triniwiz If that is what I am using.
|
@triniwiz The problem is lazy loading. It already works correctly. |
Can you send a demo with the bug please I’ll dig into it |
When I have an array saved in the local storage, I get it and try to add it to this.items the view shows me [object Object], but when I console this.items it's fine.
but works if I do the following
The text was updated successfully, but these errors were encountered: