mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
Resolve warning
Co-authored-by: brunnerh <brunnerh@users.noreply.github.com>
This commit is contained in:
parent
54f98ae256
commit
cd3da5e07b
1 changed files with 1 additions and 2 deletions
|
@ -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}`;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue