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
Yeah it would be nice to have something like use_script and a use_stylesheet hook although I think it should be in something like https://github.com/lukechu10/sycamore-hooks instead of the main sycamore repo.
I am trying to append a script node into HEAD node for a child router. I tried to 2 methods but each one has its own shortcomings.
Blow are my tests:
It can works as desired but seems not very simple by using raw web_sys apis and DomNode
I skipped the helpers to get head element and use head() in my code snippt.
The text was updated successfully, but these errors were encountered: