
> kener@4.0.0 check
> svelte-kit sync && svelte-check --tsconfig ./tsconfig.json

[dotenv@17.2.3] injecting env (19) from .env -- tip: 🔐 prevent committing .env to code: https://dotenvx.com/precommit
Loading svelte-check in workspace: /Users/rajnandan1/Code/kener
Getting Svelte diagnostics...

[dotenv@17.2.3] injecting env (19) from .env -- tip: ⚙️  load multiple .env files with { path: ['.env.local', '.env'] }
[dotenv@17.2.3] injecting env (0) from .env -- tip: ⚙️  override existing env vars with { override: true }
[dotenv@17.2.3] injecting env (0) from .env -- tip: 🔑 add access controls to secrets: https://dotenvx.com/ops
/Users/rajnandan1/Code/kener/src/lib/components/ui/chart/chart-container.svelte:20:28
Warn: This reference only captures the initial value of `id`. Did you mean to reference it inside a closure instead?
https://svelte.dev/e/state_referenced_locally (svelte)

  const chartId = `chart-${id || uid.replace(/:/g, "")}`;

/Users/rajnandan1/Code/kener/src/routes/(docs)/docs/DocsSidebar.svelte:45:25
Warn: This reference only captures the initial value of `currentSlug`. Did you mean to reference it inside a closure instead?
https://svelte.dev/e/state_referenced_locally (svelte)
  let expandedPages = $state<string[]>([]);
  let prevSlug = $state(currentSlug);

/Users/rajnandan1/Code/kener/src/routes/(kener)/events/[MMMM]-[YYYY]/+page.svelte:34:28
Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead?
https://svelte.dev/e/state_referenced_locally (svelte)
  // Parse the current month from params
  const parsedDate = parse(data.monthParam, "MMMM-yyyy", new Date());
  const currentMonth = format(parsedDate, "MMMM yyyy");

====================================
svelte-check found 0 errors and 3 warnings in 3 files
