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
When hydrating SSR-generated Svelte components, the svelte:head component creates duplicate elements. This seems to be true for all elements other than title. Please see the following repo: https://github.com/morleytatro/svelte-head-test
Steps to repro:
npm install
npm run start
Visit localhost:3333 in your browser.
Check the two meta tags and the canonical link element.
antony, evdama, ianwalter, firattemel, neurocmd and 8 moreevdama, AcrylicShrimp and bradlilley