Replies: 1 comment 1 reply
-
|
$={(self) => {
// Clear search when switching pages
const id = createBinding(currentPage, (page) => {
if (page !== "search") {
self.set_text("")
}
})
onCleanup(() => id?.destroy())
}}Are you not using an LSP? this should be caught by typescript LSP |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The error:
the cause in /run/user/1000/ags.js:
Emoji.tsx:
Beta Was this translation helpful? Give feedback.
All reactions