Skip to content

Fix usepifetch offsetlist #4061

Martin Santangelo requested to merge fix/usepifetch-offsetlist into release/4.21.0

Summary

This MR fixes a regression on the useApiFetch hook and the pagination on the OffsetList component

Closes #4061 (closed)

Steps to test

useApiFetch

  • Open notifications
  • Refresh many times
  • Results must be consistent

OffsetList

  • Open a post in full screen (with more than 24 votes)
  • Tap on the votes number to see the voters list
  • scroll down
  • it should load the next pages

Estimated Regression Scope

It can affect all the screens where we use the hook or the OffsetList component

Edited by Martin Santangelo

Merge request reports