Skip to content

Commit a8d6706

Browse files
committed
Fix setup el type
(cherry picked from commit 8c628d8d968283041437240256175f00977bd50b)
1 parent 4fd776a commit a8d6706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/createInertiaApp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface CreateInertiaAppProps {
1313
id?: string
1414
resolve: ComponentResolver
1515
setup?: (props: {
16-
el: Element
16+
el: HTMLElement
1717
App: ComponentType<App>
1818
props: {
1919
initialPage: Page

0 commit comments

Comments
 (0)