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

fix(twitch): experiment category scroll #978

Closed

Conversation

pimothyxd
Copy link
Contributor

@pimothyxd pimothyxd commented Dec 21, 2023

Scrolling through the streams inside of a specific category can lock up after initial page load / while scrolling down.

This issue seems to happen because the AvatarsModule patches and re-renders the avatars after updating their properties. However, it seems like during re-rendering it grabs a "wrong" virtual node (the scroll container) which breaks the component and thus not allowing the user to scroll. See the following example:

7tv_experiment_scroll_non_functional.mp4

which should now work like this:

7tv_experiment_scroll_functional.mp4

This also seems to have fixed the issue that was also fixed in #968

Should fix: #635, fix #977

@pimothyxd pimothyxd closed this Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant