atomiks / tippyjs

Tooltip, popover, dropdown, and menu library
https://atomiks.github.io/tippyjs/
MIT License
11.78k stars 517 forks source link

ERROR ReferenceError: document is not defined #1149

Open rjarman opened 7 months ago

rjarman commented 7 months ago

Bug description

I am using angular 17 with SSR, but I am facing an issue with the library. Is there any way to inject document object from @Inject(DOCUMENT) private document: Document ?

image