I was trying to add pagination to a web app using Riverpod but it seems that doesn't maintain state after reloading the page. Then I tried with the official counter app example, and after increasing the count and reloading the count does reset to 0.
Any ideas why this is happening?