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 00cbd9f commit 383b9ffCopy full SHA for 383b9ff
examples/svelte/simple/src/main.ts
@@ -2,7 +2,7 @@ import './app.css'
2
import App from './App.svelte'
3
4
const app = new App({
5
- target: document.getElementById('app'),
+ target: document.getElementById('app')!,
6
})
7
8
export default app
0 commit comments