Ddfordp

vue-v1.9.4-watchPostEffect-placed-update

No description available

Legacy
radixvueradix-vuev1.9.4bug fixwatchPostEffect placed update
Public
0 downloads
0 stars
How to Use
Run this codemod on your codebase using one of the following commands

The easiest way to run this codemod without installing anything globally:

Documentation

When floating-ui returned isPositioned=true, radix-vue immediately emitted an event to focus on the selected item in the Select component. However, at this point, the PopperContent element did not yet have the correct transform CSS property set, resulting in the Popper being positioned at coordinates (0, -200%).

Credits to the contributor

Example

Before

ts

After

ts

Ready to contribute?

Build your own codemod and share it with the community.