You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AltFooter is a svelte component and contain only markup.
It doesn't load with client:visible directive, but it loads fine with client:load directive. Without any directive, it throws an error, covered in this other issue #255
iles
andvite
.Description 📖
The AltFooter is a svelte component and contain only markup.
It doesn't load with client:visible directive, but it loads fine with client:load directive. Without any directive, it throws an error, covered in this other issue #255
Reproduction 🐞
https://github.com/TechAkayy/spotted-kingfisher-with-iles-tailwindcss
Dependencies Info
Run
npx iles info
andpnpm list
(ornpm list
) and provide the output:Screenshots 📷
Doesn't load with client:visible directive (no footer)
Loads fine with client:load directive
The text was updated successfully, but these errors were encountered: