Replies: 1 comment
-
When I refresh the page, the UI is re-rendered. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a question about resetting the loader after searching.
I use
https://api.themoviedb.org/3/search/movie?query=${searchQuery}&include_adult=false&language=en-US&page=${page}
;for searching movies.
My problem: When I search kingdom, data populate successfully, but when I scroll down and go to pages 2~3 and make another search like earth, the Page does not change to 1 and previous data exist.
Thank you!
Here is my routes screenshot
Here is Navigation.tsx
Here is search.tsx
Beta Was this translation helpful? Give feedback.
All reactions