Skip to content

[BUG] window. ANCHOR_POSITIONING_POLYFILL_OPTIONS is not typed #449

Description

@jpzwarte

window. ANCHOR_POSITIONING_POLYFILL_OPTIONS is not typed, meaning TypeScript will complain about it if you use it in your application. Workaround of (window as any).ANCHOR_POSITIONING_POLYFILL_OPTIONS is bad since you will lose any safety checks TypeScript does for you.

Should we ship typing for window.ANCHOR_POSITIONING_POLYFILL_OPTIONS?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions