This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 521
Tippy stopped working on Webflow #1164
Labels
Comments
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 |
|
Both tippy and popperjs are not working on UnPKG |
I've used the following which has sorted it for me:
|
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> |
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.
Bug description
Tippy stopped working on Webflow websites.
Reproduction
Examples:
Any idea why?
The text was updated successfully, but these errors were encountered: