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
but they are const leaders = useQuery( ["fetch_leaders", leaderboardId, limit, offset],
When the number of rows per page is changed or you scroll to different pages, the URL does not change. The URL should change so that it can be shared with others as a view of the leaderboard when debugging.
The text was updated successfully, but these errors were encountered:
Pagination parameters should be query parameters on the leaderboard frontend - https://moonstream.to/leaderboards/?leaderboard_id=add85f16-8bf9-4394-b2e5-d48962ae50df
but they are
const leaders = useQuery( ["fetch_leaders", leaderboardId, limit, offset],
When the number of rows per page is changed or you scroll to different pages, the URL does not change. The URL should change so that it can be shared with others as a view of the leaderboard when debugging.
The text was updated successfully, but these errors were encountered: