-
Notifications
You must be signed in to change notification settings - Fork 1
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
added debounce on sortBy #839
Conversation
the current fix aborts any ongoing api call. |
frontend/src/components/filters/filterComponents/DebouncedInput.jsx
Outdated
Show resolved
Hide resolved
I think i like more the useDebounce version. I do get this notification message though sometime when changing filter or changing sort fast : action.error.message is undefined ./src/store.ts/notificationError/</<@http://localhost:9000/main.js?8199501887c1e93c9bb4:45001:11 |
I haven't checked the no |
debounce is totally worth it even locally |
6cebc1f
to
60ee001
Compare
No description provided.