isSuccess signal is not triggering on infiniteQuery
this.isFirstLoad.set(false) is never triggered. I've tried changing the position of isSuccess() in the conditions but first part of the effect is getting triggered after scroll event but the second part is triggered after the default fetch.It is supposed to fetch enough requests to fill the window's height.Thank for your time and consideration.as simple example would be to do something like this
here I would expect the effect to trigger infinitely but it doesn't