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've been looking at the Netflix Falcor demo project, and have modified an example which adds a title, then immediately removes a title. When I run the following code repeatedly though, the last title in the list after the remove, (printed at 'titles after remove') is different every time.
Sometimes the last title is undefined, sometimes it still contains the pushed title, and sometimes the new title is appended causing the list of titles to slowly grow over time. This seems very buggy (or am I doing something wrong?)
I've been looking at the Netflix Falcor demo project, and have modified an example which adds a title, then immediately removes a title. When I run the following code repeatedly though, the last title in the list after the remove, (printed at 'titles after remove') is different every time.
Sometimes the last title is undefined, sometimes it still contains the pushed title, and sometimes the new title is appended causing the list of titles to slowly grow over time. This seems very buggy (or am I doing something wrong?)
Stackoverflow
The text was updated successfully, but these errors were encountered: