Skip to content

Commit

Permalink
Fix setup el type
Browse files Browse the repository at this point in the history
(cherry picked from commit 8c628d8d968283041437240256175f00977bd50b)
  • Loading branch information
pedroborges committed Oct 10, 2024
1 parent 4fd776a commit a8d6706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/src/createInertiaApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface CreateInertiaAppProps {
id?: string
resolve: ComponentResolver
setup?: (props: {
el: Element
el: HTMLElement
App: ComponentType<App>
props: {
initialPage: Page
Expand Down

0 comments on commit a8d6706

Please sign in to comment.