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 Sep 5, 2024. It is now read-only.
Integrated Algolia into Angular 12 app, and the search results show up as expected, but I cannot click on the search results as expected. I added an tag with routing, and it works sometimes, but never on the first click, and only occasionally after that. Really confused why it sometimes works and other times doesnt, guessing it has to do with algolia providing the hits in realtime and angular not reacting properly.
Could you please provide us with a minimal reproduction of your issue? This will make it a lot easier for us to pinpoint the problem and help you solve it.
You can fork this sandbox and use it as a starting point.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Integrated Algolia into Angular 12 app, and the search results show up as expected, but I cannot click on the search results as expected. I added an tag with routing, and it works sometimes, but never on the first click, and only occasionally after that. Really confused why it sometimes works and other times doesnt, guessing it has to do with algolia providing the hits in realtime and angular not reacting properly.
line 15, also tried with [routerLink] and got same weird behavior - https://github.com/3preston/issue/blob/main/test.ts
The text was updated successfully, but these errors were encountered: