tippyjs icon indicating copy to clipboard operation
tippyjs copied to clipboard

Tippy stopped working on Webflow

Open patrykQC opened this issue 10 months ago • 6 comments

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?

patrykQC avatar Apr 12 '24 08:04 patrykQC

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

NyboTV avatar Apr 12 '24 09:04 NyboTV

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

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

iltempo avatar Apr 12 '24 09:04 iltempo

Both tippy and popperjs are not working on UnPKG

RWAP avatar Apr 12 '24 09:04 RWAP

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

<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>

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

kamal-ahmedcom avatar Apr 12 '24 09:04 kamal-ahmedcom

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>

miroslavpejic85 avatar Apr 12 '24 16:04 miroslavpejic85

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

Defite avatar Sep 15 '24 18:09 Defite