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
In these cases, I use svelte:head, but it would be nice to have this use case handled by this great tool ... if you'd like a PR maybe I can do one up for you.
A common use case with third-party libraries is they expect to have an id, something like
<script id="exampleScript123" src="https://example.com/somefile.js" async defer="defer"></script>
Sometimes data attributes are requested as well:
<script data-something="exampleData" src="https://example.com/somefile.js" async defer></script>
In these cases, I use
svelte:head
, but it would be nice to have this use case handled by this great tool ... if you'd like a PR maybe I can do one up for you.The text was updated successfully, but these errors were encountered: