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

Resolved unexpected behavior of the display of tweets #59

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

idealgeek007
Copy link
Contributor

Resolved unexpected behavior of the display of tweets
The show more button was automatically toggled caused by unintended state reset behavior in the useEffect logic that handled window resize events.
This was initially not observed in my testing as it doesnot happen when testing it in a desktop browser with mobile responsive size, but happens in actual mobile/smartphones because the resize on mobile is triggered by various other events , even scrolling could trigger it.

Ive resolved the issue by addressing that.
The check wasMobile !== isCurrentlyMobile ensures that the reset only happens if there is a genuine change in the screen size category.

Thank you and sorry for the inconvenience this might have caused.

Copy link

vercel bot commented Oct 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
responsively-app-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 14, 2024 11:19am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant