Hello. I occasionally seem to get the first page of results loading twice, and I've narrowed it down to this line of code.
It appears that the method is called twice (as expected, I think), but previousPageKeys isn't yet populated on the second call. The first page key only seems to get added to previousPageKeys after _load is called the second time.
Hello. I occasionally seem to get the first page of results loading twice, and I've narrowed it down to this line of code.
It appears that the method is called twice (as expected, I think), but
previousPageKeysisn't yet populated on the second call. The first page key only seems to get added topreviousPageKeysafter_loadis called the second time.