atomiks / tippyjs

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

Warning for missing all the plugins. #1005

Closed amanagr closed 2 years ago

amanagr commented 2 years ago

Bug description

I am receiving warnings in Zulip development environment for missing plugins just by using import tippy, {delegate} from "tippy.js". It doesn't show up immediately but just after triggering a tooltip on hovering an element.

Screenshot 2021-11-10 at 9 00 16 AM

We are not using any of the plugins. Tippy v6.3.5 (tested)

Reproduction

Cannot reproduce on codepen but easily on our development environment.

CodePen link: https://codepen.io/amanagr/pen/XWaYyre

atomiks commented 2 years ago

This means tippy() is somehow getting passed those props. If you can edit node_modules you can place some log calls to see what's happening