Placement of tooltip is not working if we click on back button #800
Closed
chandra9154
started this conversation in
General
Replies: 1 comment
-
hey @chandra9154 Your example code is broken and without a functioning minimal example, it is impossible to debug it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Placement of tooltip is not working if we click on back button. placement is showing as auto if we click on back button
steps: [
{
content: <h6 style={{color:'#00BCFF'}}>Search your product here,
target: '.tour-product-pack',
disableBeacon: true,
locale: { skip: <strong aria-label="skip" style={{color:'#FF3162'}}>SKIP },
placement:"top" as const
},]
Beta Was this translation helpful? Give feedback.
All reactions