Skip to content

Commit

Permalink
fix(router): props
Browse files Browse the repository at this point in the history
  • Loading branch information
carbogninalberto committed Nov 21, 2023
1 parent 44dbdd0 commit b2a991f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Router.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -259,14 +259,14 @@ function scrollstateHistoryHandler(href) {

{#if componentParams}
<svelte:component
this="{component}"
params="{componentParams}"
this={component}
params={componentParams}
on:routeEvent
{...props}
/>
{:else}
<svelte:component
this="{component}"
this={component}
on:routeEvent
{...props}
/>
Expand Down

0 comments on commit b2a991f

Please sign in to comment.