We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd776a commit a8d6706Copy full SHA for a8d6706
packages/svelte/src/createInertiaApp.ts
@@ -13,7 +13,7 @@ interface CreateInertiaAppProps {
13
id?: string
14
resolve: ComponentResolver
15
setup?: (props: {
16
- el: Element
+ el: HTMLElement
17
App: ComponentType<App>
18
props: {
19
initialPage: Page
0 commit comments