Hello! Has anybody worked with embed in Svelte? I'...
# developers
e
Hello! Has anybody worked with embed in Svelte? I'm struggling to make it work with vanilla javascript.
p
@Hariom Balhara could test the embed in svelte
h
@Edward Baltaza anywhere I could see it not working in action
e
@Hariom Balhara I just figured it out 🤦🏼‍♂️ Instead of putting the script inside the head tag in
app.html
file, I was trying to make it work after putting it in
+layout.svelte
file. I got good amount of sleep and realised what I was doing. Thank You anyway!