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(use-media-query): window changes are not handled by the useMediaQuery hook. #1853

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

mg901
Copy link
Owner

@mg901 mg901 commented Apr 12, 2024

No description provided.

@mg901 mg901 linked an issue Apr 12, 2024 that may be closed by this pull request
Copy link

stackblitz bot commented Apr 12, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

codecov bot commented Apr 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (8b6ab85) to head (a0799a2).

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1853   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines           93        94    +1     
=========================================
+ Hits            93        94    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mg901 mg901 changed the title fix(use-media-query): hook doesn't observe viewport changes fix(use-media-query): window changes are not handled by use-media-query. Apr 12, 2024
@mg901 mg901 changed the title fix(use-media-query): window changes are not handled by use-media-query. fix(use-media-query): window changes are not handled by the useMediaQuery hook. Apr 12, 2024
@mg901 mg901 merged commit 242e849 into master Apr 12, 2024
4 checks passed
github-actions bot pushed a commit that referenced this pull request Apr 12, 2024
## [14.1.3](v14.1.2...v14.1.3) (2024-04-12)

### Bug Fixes

* **use-media-query:** hook doesn't observe viewport changes ([#1853](#1853)) ([242e849](242e849))
Copy link

🎉 This PR is included in version 14.1.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

useMediaQuery Hook only sets value on initial redner
1 participant