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: useResizeObserver now respects element changes within ref object #759

Merged
merged 1 commit into from
May 12, 2022

Conversation

xobotyi
Copy link
Contributor

@xobotyi xobotyi commented May 12, 2022

Checklist

@codecov
Copy link

codecov bot commented May 12, 2022

Codecov Report

Merging #759 (6bdca26) into master (380637a) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #759   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           54        54           
  Lines          916       916           
  Branches       170       170           
=========================================
  Hits           916       916           
Impacted Files Coverage Δ
src/useMeasure/useMeasure.ts 100.00% <100.00%> (ø)
src/useResizeObserver/useResizeObserver.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 380637a...6bdca26. Read the comment docs.

@xobotyi xobotyi merged commit 2a4e848 into master May 12, 2022
@xobotyi xobotyi deleted the fix-755 branch May 12, 2022 13:26
github-actions bot pushed a commit that referenced this pull request May 12, 2022
## [14.2.2](v14.2.1...v14.2.2) (2022-05-12)

### Bug Fixes

* `useResizeObserver` now respects element changes within ref object ([#759](#759)) ([2a4e848](2a4e848)), closes [#755](#755)
@xobotyi
Copy link
Contributor Author

xobotyi commented May 12, 2022

🎉 This PR is included in version 14.2.2 🎉

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
🕯️ bug fix One or more bugs fixed released
Development

Successfully merging this pull request may close these issues.

useMeasure does not update when rendering an element conditionally
1 participant