You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a large dataset of JSON objects my component is getting from the API ,and then does some processing on it.
What i noticed is that when view is rendered, the select doesn't have any options in it, after carefully checking to make sure no typos are there, i tried to reduce the size of the data form my api from 3000 objects to 50 and then the select is rendered correctly with the options inside it.
So the issue Im experiencing is that the view is not being updated on large dataset - i suppose that a max wait time is passed so the view is rendered and when the observable is ready ,the view is not updated.
I hope its clear
The text was updated successfully, but these errors were encountered:
I have a large dataset of JSON objects my component is getting from the API ,and then does some processing on it.
What i noticed is that when view is rendered, the select doesn't have any options in it, after carefully checking to make sure no typos are there, i tried to reduce the size of the data form my api from 3000 objects to 50 and then the select is rendered correctly with the options inside it.
So the issue Im experiencing is that the view is not being updated on large dataset - i suppose that a max wait time is passed so the view is rendered and when the observable is ready ,the view is not updated.
I hope its clear
The text was updated successfully, but these errors were encountered: