You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When upgrading to 4.5.0 the --x and --y etc positioning css vars are not being set on the positioner element, causing popovers to not be positioned at all.
In 4.4.4:
In 4.5.0:
Link to Reproduction (or Detailed Explanation)
I was unable to create an isolated reproduction case
Steps to Reproduce
Update @ark-ui/react to 4.5.0 with no changes to Popover usages
Ark UI Version
4.5.0
Framework
React
Solid
Vue
Browser
Any browser
Additional Information
I suspect I have other dependencies that are causing issues given I am unable to replicate.
Prior to discovering this issue I was using an old version of @ark-ui/anatomy that I have since removed and fully uninstalled this package (as it had drifted on the zag version). However removing the anatomy package and using built-in anatomy did not fix this issue.
I suspect there is a sub-dependency conflict with some other packages. I've run npm ls on a couple of potential suspects (@floating-ui/dom, @zag-js/popper, etc) and am not finding any accidental duplicates.
Not trying to sound rude but I'm actualy feeling very skeptical about this project. It's common for bugs to appear, but it's been 3 days and there's no resolution on the same.
Description
When upgrading to 4.5.0 the
--x
and--y
etc positioning css vars are not being set on the positioner element, causing popovers to not be positioned at all.In
4.4.4
:In
4.5.0
:Link to Reproduction (or Detailed Explanation)
I was unable to create an isolated reproduction case
Steps to Reproduce
@ark-ui/react
to 4.5.0 with no changes to Popover usagesArk UI Version
4.5.0
Framework
Browser
Any browser
Additional Information
I suspect I have other dependencies that are causing issues given I am unable to replicate.
Prior to discovering this issue I was using an old version of
@ark-ui/anatomy
that I have since removed and fully uninstalled this package (as it had drifted on the zag version). However removing the anatomy package and using built-in anatomy did not fix this issue.I suspect there is a sub-dependency conflict with some other packages. I've run
npm ls
on a couple of potential suspects (@floating-ui/dom
,@zag-js/popper
, etc) and am not finding any accidental duplicates.I'm also curious if #3136 isn't related.
The text was updated successfully, but these errors were encountered: