-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Update/floating UI version #43206
Update/floating UI version #43206
Conversation
Size Change: +363 B (0%) Total Size: 1.24 MB
ℹ️ View Unchanged
|
6693f8d
to
a8293f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Played around in Storybook and the Editor, didn't spot any regressions
Thank you!
@@ -231,11 +231,11 @@ const Popover = ( | |||
? undefined | |||
: size( { | |||
apply( sizeProps ) { | |||
const { height } = sizeProps; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well spotted!
For reference, this breaking change was introduced in the 0.7.0
version
5b26d15
to
d4d3421
Compare
What?
This PR just updates the
floating-ui
library to the latest version (see floating-ui/floating-ui#1796)Testing Instructions
Everything with Popovers should work as before.