This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
[BUG] Search on User Rankings page not working #114
Labels
🛠 goal: fix
🏁 status: ready for dev
You can asked for this issue to be assigned (if not already assigned)
Has this bug been raised before?
Where did you find this bug?
production
Description
On the user ratings page, the search does not work.
In the browser console you can see an error:
Uncaught TypeError: t is not a function
Steps to Reproduce
Uncaught TypeError: t is not a function
Screenshots
No response
Do you want to work on this issue?
Yes
If "yes" to above, please explain how you would technically implement this
In
app/rankings/page.js
, we aren't passing setKeyword callback to like we do inapp/page.js
. Need to pass this callback and filter theUsers
component with keyword by searching on name of the usersThe text was updated successfully, but these errors were encountered: