Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tippy stopped working on Webflow #1164

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

Tippy stopped working on Webflow #1164

patrykQC opened this issue Apr 12, 2024 · 5 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/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
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>

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

No branches or pull requests

6 participants