DEV Community

Discussion on: 🚀 Svelte Quick Tip: Create a tooltip action using Tippy.js

Collapse
 
pmnord profile image
Peter • Edited

I was seeing tippy is not defined in the example REPL and fixed it by moving the <script> tag below <svelte:head>

Collapse
 
danawoodman profile image
Dana Woodman

It seems they changed how regular scripts are loaded in the REPL. If i have the time, I'll look to a fix, but I recommend trying with a SvelteKit project and just using the npm package of Tippy instead