Resolve warning

Co-authored-by: brunnerh <brunnerh@users.noreply.github.com>
This commit is contained in:
Eric Liu 2024-10-23 20:25:14 -07:00 committed by GitHub
commit cd3da5e07b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,8 +88,7 @@
const ctx = getContext("Form"); const ctx = getContext("Form");
// svelte-ignore reactive_declaration_non_reactive_property const isFluid = !!ctx && ctx.isFluid;
$: isFluid = !!ctx && ctx.isFluid;
$: helperId = `helper-${id}`; $: helperId = `helper-${id}`;
$: errorId = `error-${id}`; $: errorId = `error-${id}`;
$: warnId = `warn-${id}`; $: warnId = `warn-${id}`;