atomiks / tippyjs

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

Tippy stopped working on Webflow #1164

Open patrykQC opened 5 months ago

patrykQC commented 5 months ago

Bug description

Tippy stopped working on Webflow websites.

Reproduction

Examples:

  1. https://wftips-tooltips-with-tippy.webflow.io/
  2. https://tippy-tooltip.webflow.io/

Any idea why?

NyboTV commented 5 months ago

This is because the URL is down.

UnPKG has a major issue with they site: https://unpkg.com/tippy.js@6

Everyone using these source has issues now

iltempo commented 5 months ago

~Other packages on UnPKG are working fine. It may be an issue with the package itself.~

https://twitter.com/ethansuero_/status/1778708081578279421

RWAP commented 5 months ago

Both tippy and popperjs are not working on UnPKG

kamal-ahmedcom commented 5 months ago

I've used the following which has sorted it for me:

<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"></script>

<script src="https://cdn.jsdelivr.net/npm/tippy.js@6/dist/tippy-bundle.umd.js"></script>

miroslavpejic85 commented 5 months ago

Another one alternative:

<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tippy.js/6.3.7/tippy-bundle.umd.min.js"></script>
Defite commented 2 weeks ago

Tippy itself is not working, no matter what cdn I use. Even official example not working. Example: https://codesandbox.io/p/sandbox/cyrmxt