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
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Since Svelte 3.17.3 hydration now works with head elements. This removes the need for the noscript workaround.
Is your feature request related to a problem? Please describe.
Since Svelte 3.17.3 hydration now works with
head
elements. This removes the need for thenoscript
workaround.Describe the solution you'd like
I will open PRs for
sapper
(#1067) andsapper-template
(sveltejs/sapper-template#195)Describe alternatives you've considered
Use the workaround in perpetuity since it works now and probably forever.
How important is this feature to you?
Not very; it is just a minor cleanup for the next time breaking changes to Sapper are up for consideration.
Additional context
The text was updated successfully, but these errors were encountered: