Replies: 1 comment
-
I don't know how floatingUI works, but instead I use popper: |
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.
-
Hey guys, I need some help here. I'm trying to use floatingUI offset, but can't because the floatingUIOptions.middleware option expects a method.
tour.addStep({ ..., floatingUIOptions: { middleware: [offset({ mainAxis: 0, crossAxis: 12 })] } })
// offset is not defined
Documentation is not so clear in this regard. Where should I be importing this method from?
Beta Was this translation helpful? Give feedback.
All reactions