Library tested with React Compiler #3305
Replies: 2 comments 3 replies
-
|
Do you have more info? The |
Beta Was this translation helpful? Give feedback.
-
|
Actually, this might be a bug even without using react compiler I have found using the 'fixed' strategy. I have minimised a test case and if I use a mutable ref for the reference element the positioning does not update, but it does work with a callback ref. In our component we are required to use the mutable one to merge it with a ref for downshiftjs. Screen.Recording.2025-05-01.at.16.19.36.movExample on stackblitz: https://stackblitz.com/edit/vitejs-vite-45snek5q?file=src%2Ffloating.tsx |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have seen some bugs that may be because of some behaviour in my components that use
useFloatingfrom @floating-ui/react-dom and I’m currently not sure if the bug is with my code or this libraryBeta Was this translation helpful? Give feedback.
All reactions