need help with react pagination

Always shows page 1 although, I'm able to switch to next pages Just want to update the page number as well Btw I'm using material ui
8 Replies
Jochem
Jochem7mo ago
you will need to add code, and preferably a live version so people can see in their own browsers. Please give #how-to-ask-good-questions a look
Priyanshu Singh
Priyanshu SinghOP7mo ago
No description
Priyanshu Singh
Priyanshu SinghOP7mo ago
can't provide the link as the project is not deployed yet! I think this would be enough to explain my issue
Priyanshu Singh
Priyanshu SinghOP7mo ago
No description
MarkBoots
MarkBoots7mo ago
I guess because of the type. You are passing a string (textContent) to setPageNum()
Priyanshu Singh
Priyanshu SinghOP7mo ago
so what to do?
MarkBoots
MarkBoots7mo ago
convert it to a number Number(e.target.textContent) otherwise, we actually do need more context (so a working example, for example with https://codesandbox.io/)
Priyanshu Singh
Priyanshu SinghOP7mo ago
will try
Want results from more Discord servers?
Add your server