Closed amalieeh closed 2 years ago
We moved the state up to textbox. Don't understand why it works. So we pushed it to check it on @sylvihuynh 's computer.
If it doesn't work: Try useEffect() around the generating of options that watches (read: with dependancy) currentPage.
useEffect()
currentPage
We moved the state up to textbox. Don't understand why it works. So we pushed it to check it on @sylvihuynh 's computer.
If it doesn't work: Try
useEffect()
around the generating of options that watches (read: with dependancy)currentPage
.