-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix search param handling #499
Conversation
jeremy-babylonlabs
commented
Dec 12, 2024
•
edited
Loading
edited
8e126d6
to
bc80afe
Compare
55aac83
to
0b19e5a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait a moment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The logic of search field was over engineered. I'd suggest to reduce the usage of useEffect hook as much as possible. In this particular case it can be replaced by a computed value (useMemo)
You guys need test it on staging again |
2b0840e
to
2f3a587
Compare