You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
When searching for delegates, should never have duplicates in prod or dev
Actual behaviour
In dev in chrome, am able to get duplicate results, like 2 rows with "thepool" in it. Could be a async problem? maybe using redux and not cancelling previous call when next debounce fires? haven't looked at the codes.
Steps to reproduce
run locally on dev, type in "thepool" and delete the "l" and type it back at varying speeds to get some perhaps edge hard-to-reproduce case. was not able to reproduce yet in the released version. But would want to fix the dev version to be sure it doesn't happen in prod.
The text was updated successfully, but these errors were encountered:
Thank you @chauey for reporting this issue.
What exact git revision did this happen on?
I tried to reproduce it on development branch today with no success. I can see from the screenshot, that it is a bit older, as there are missing the css shadows that were fixed by this PR 4 days ago #648
I believe I had just forked the repo and was on development. Last commit was on 22nd in there? 5363467
uncommitted changes in pix is just package-lock.json file.
I also noticed the odd style issues running in local dev local but not familiar enough if that was to be expected or not.
Expected behaviour
When searching for delegates, should never have duplicates in prod or dev
Actual behaviour
In dev in chrome, am able to get duplicate results, like 2 rows with "thepool" in it. Could be a async problem? maybe using redux and not cancelling previous call when next debounce fires? haven't looked at the codes.
Steps to reproduce
run locally on dev, type in "thepool" and delete the "l" and type it back at varying speeds to get some perhaps edge hard-to-reproduce case. was not able to reproduce yet in the released version. But would want to fix the dev version to be sure it doesn't happen in prod.
The text was updated successfully, but these errors were encountered: