Conversation
PR Review: Paginate game activity page🟡 Potential BugsPage state not reset on game switch
Fix: add a useEffect(() => {
setPage(0)
}, [activeGame.id])🔵 Minor Issues
Either remove it from the schema and return value, or pass it to No test coverage for pagination rendering All existing tests respond with Overall the implementation is straightforward and follows existing patterns, but the game-switch page reset and the unused |
1dd4005 to
95dc5ce
Compare
95dc5ce to
13ce67f
Compare
No description provided.