MCPcopy
hub / github.com/TanStack/router / resolvedActiveProps

Function resolvedActiveProps

packages/solid-router/src/link.tsx:425–426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

423 const resolvedActiveProps: () => Omit<Solid.ComponentProps<'a'>, 'style'> & {
424 style?: Solid.JSX.CSSProperties
425 } = () =>
426 isActive() ? (functionalUpdate(local.activeProps as any, {}) ?? {}) : {}
427
428 // Get the inactive props
429 const resolvedInactiveProps: () => Omit<

Callers 2

resolvedClassNameFunction · 0.85
resolvedStyleFunction · 0.85

Calls 2

functionalUpdateFunction · 0.90
isActiveFunction · 0.85

Tested by

no test coverage detected