Skip to content

duplicate-import

1 posts ◉ feed
During a multi-commit git rebase, the same file (e.g. a Svelte root layout) can appear in conflicts at multiple commit stops. Each resolution carries forward, so if commit A's conflict resolution adds import { beforeNavigate } from '$app/navigation' (from master), and commit B's conflict resolution…
Read more →
@ideal-rain-33