tippyjs
tippyjs copied to clipboard
Tippy stopped working on Webflow
Bug description
Tippy stopped working on Webflow websites.
Reproduction
Examples:
- https://wftips-tooltips-with-tippy.webflow.io/
- https://tippy-tooltip.webflow.io/
Any idea why?
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
~Other packages on UnPKG are working fine. It may be an issue with the package itself.~
https://twitter.com/ethansuero_/status/1778708081578279421
Both tippy and popperjs are not working on UnPKG
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>
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