Kyle Tsang
Kyle Tsang
@basantech89, sure go for it. Thanks!
Sorry no updates here - been tied up with other things. Can you check if this behavior exists in v2 beta?
Should backport https://github.com/react-bootstrap/react-bootstrap/commit/48f7c078d07af5f9266923ef04c3e85a836dcfa9 and https://github.com/react-bootstrap/react-bootstrap/commit/93a8a0ef29409293dd69fad5873ad791634b3ed1
Fixed in #6422
Interesting... probably an issue in @restart/ui. PRs welcome!
Took a brief look at this and looks like it's an issue with running `dequal` on popper modifiers with html elements. For example the arrow modifier is one of these...
@cheryllium to get this to work, replace `container={ref.current}` with `container={ref}` in the above example in docs.
> > > interesting! so the issue is that it's comparing elements which fails? Yeah, I guess there's a circular reference somewhere within the element? Can we extract the modifiers...
It's probably better to link to the docs instead since it covers this + more: https://react-bootstrap.github.io/getting-started/introduction
ids would still need to be entered here, so the related PR just added documentation on that front. I'll reopen this as a reminder to revisit `useOpaqueIdentifier` whenever that's released.