-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Description
Describe the problem
Similar to #14080 but for query functions.
Would be nice to have pending state of a query in script while it's resolved somewhere deep in the template.
Describe the proposed solution
<script lang="ts">
import { getTags } from '$lib/remote/get-tags.remote.ts'
const buttonDisabled = $derived(getTags.pending)
</script>Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response
Metadata
Metadata
Assignees
Labels
No labels