Skip to content
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

Showcase for React InstantSearch Hooks widgets is glitchy #5565

Closed
1 task done
gregsadetsky opened this issue Mar 27, 2023 · 2 comments
Closed
1 task done

Showcase for React InstantSearch Hooks widgets is glitchy #5565

gregsadetsky opened this issue Mar 27, 2023 · 2 comments
Labels
triage Issues to be categorized by the team

Comments

@gregsadetsky
Copy link

🐛 Current behavior

While trying the React InstantSearch Hooks widgets showcase located here, I noticed that typing relatively fast in the searchBox leads to some letters "glitching" and not being added to the search box. i.e. if I type "screen laptop", the search box ends up "eating" some of the letters, and the input has "scren laptp" at the end.

See demonstration video below. In it, I am trying to type "screen laptop", followed by "nintendo" and then "biometric"

Screen.Recording.2023-03-26.at.10.51.28.PM.mov

🔍 Steps to reproduce

  1. go to https://www.algolia.com/doc/guides/building-search-ui/widgets/showcase/react-hooks/
  2. type a search query relatively fast
  3. the query will be missing some letters

Live reproduction

n/a

💭 Expected behavior

The search input should not "lose" any letters

Package version

n/a

Operating system

macOS 12.4

Browser

Chrome Version 111.0.5563.110 (Official Build) (arm64)

Code of Conduct

  • I agree to follow this project's Code of Conduct
@gregsadetsky gregsadetsky added the triage Issues to be categorized by the team label Mar 27, 2023
@Haroenv
Copy link
Contributor

Haroenv commented Apr 3, 2023

This actually only happens in the showcase as it's using an older version of Vue InstantSearch that didn't yet fix the issue, which has happened in algolia/vue-instantsearch#1133

Is this something you see outside of the showcase?

@gregsadetsky
Copy link
Author

I haven't seen it outside of the showcase, no. Thanks -- that does seem to be the issue here

@Haroenv Haroenv closed this as completed Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issues to be categorized by the team
Projects
None yet
Development

No branches or pull requests

2 participants