mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Resolve warning
Co-authored-by: brunnerh <brunnerh@users.noreply.github.com>
This commit is contained in:
parent
cd3da5e07b
commit
6058bcb344
1 changed files with 1 additions and 2 deletions
|
@ -94,8 +94,7 @@
|
||||||
dispatch("change", parse(e.target.value));
|
dispatch("change", parse(e.target.value));
|
||||||
};
|
};
|
||||||
|
|
||||||
// svelte-ignore reactive_declaration_non_reactive_property
|
const isFluid = !!ctx && ctx.isFluid;
|
||||||
$: isFluid = !!ctx && ctx.isFluid;
|
|
||||||
$: error = invalid && !readonly;
|
$: error = invalid && !readonly;
|
||||||
$: helperId = `helper-${id}`;
|
$: helperId = `helper-${id}`;
|
||||||
$: errorId = `error-${id}`;
|
$: errorId = `error-${id}`;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue