This repository was archived by the owner on Nov 9, 2024. It is now read-only.
This repository was archived by the owner on Nov 9, 2024. It is now read-only.
Singleton + Headless mode - Arrow has no position #346
Open

Description
I have a component that leverages headless mode and uses popper's modifiers
to custom the arrow.
When using a singleton, the targets have an additional modifier, so it looks like:
popperOptions: {
modifiers: [
{ name: 'arrow', options: { element: undefined } },
{ name: 'arrow', options: { element: HTMLElement } }
...
]
}
Because of that, their arrow has no positioning set at all.
What's the best workaround for this?
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels