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
Note in the console that the fetch function is called twice with the initial index: once on page load, and once with the first click of the button. Subsequent clicks appear to work as expected
Expected behavior
Every call to fetchMore() should get more data, rather than getting data we already have.