Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Tippy stopped working on Webflow #1164

Open
patrykQC opened this issue Apr 12, 2024 · 6 comments
Open

Tippy stopped working on Webflow #1164

patrykQC opened this issue Apr 12, 2024 · 6 comments

Comments

@patrykQC
Copy link

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
Copy link

NyboTV commented Apr 12, 2024

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
Copy link

iltempo commented Apr 12, 2024

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

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

@RWAP
Copy link

RWAP commented Apr 12, 2024

Both tippy and popperjs are not working on UnPKG

@kamal-ahmedcom
Copy link

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>

@miroslavpejic85
Copy link

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
Copy link

Defite commented Sep 15, 2024

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants