M Mirza Zanuar
Results
2
comments of
M Mirza Zanuar
I got this issue also a few days ago. After debugging I figured out that this issue is caused by framer-motion update about animate "display" and "visibility" interpolation ([framer-motion changes](https://github.com/framer/motion/commit/e4077e9c3f9a0b5309d8f86a3e59e4f5955f53e2))...
to fixed this issue in project level is by set visibility transition duration to 0 at your PopoverContent. ``` ... ``` It will make visibility value on the first frame...