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
I have encountered an issue with the tooltip component and its usage after the upgrade from version 0.12.0 to 0.13.0, and it still persists in the latest version, 0.15.1. As evident from the screenshots, there is a significant difference between versions 0.12.0 and 0.13.0. I'm unsure if this discrepancy is related to the code introduced in #2284.
0.12.0
0.13.0
0.15.1
I've also tested using the demo application in version 0.15.1, and everything is functioning correctly. The primary difference in my application is that I'm using it in the package.json instead of the Gemfile.
Could someone guide me in the right direction?
The text was updated successfully, but these errors were encountered:
Hey, sorry you're having trouble with it. You'll need an extra dependency to get the css vars for this to work. @primer/primitives Is our cross library repo that holds all these values.
I have encountered an issue with the tooltip component and its usage after the upgrade from version
0.12.0
to0.13.0
, and it still persists in the latest version,0.15.1
. As evident from the screenshots, there is a significant difference between versions0.12.0
and0.13.0
. I'm unsure if this discrepancy is related to the code introduced in #2284.0.12.0
0.13.0
0.15.1
I've also tested using the demo application in version
0.15.1
, and everything is functioning correctly. The primary difference in my application is that I'm using it in thepackage.json
instead of theGemfile
.Could someone guide me in the right direction?
The text was updated successfully, but these errors were encountered: