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
Avoid using history.pushState(...) and history.replaceState(...) as these will conflict with SvelteKit's router. Use the pushState and replaceState imports from $app/navigation instead.
The text was updated successfully, but these errors were encountered:
ciscorn
changed the title
Built-in hash functionality is not compatible with SvelteKit's router
Built-in URL hash functionality is not compatible with SvelteKit's router
Nov 21, 2024
ciscorn
changed the title
Built-in URL hash functionality is not compatible with SvelteKit's router
Built-in URL hash functionality can conflict with SvelteKit's router
Nov 28, 2024
The following warning is shown:
The text was updated successfully, but these errors were encountered: