atomiks / tippyjs

Tooltip, popover, dropdown, and menu library

Home Page:https://atomiks.github.io/tippyjs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR ReferenceError: document is not defined

rjarman opened this issue · comments

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