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

Function resolvedClassName

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

Source from the content-addressed store, hash-verified

433 isActive() ? {} : functionalUpdate(local.inactiveProps, {})
434
435 const resolvedClassName = () =>
436 [local.class, resolvedActiveProps().class, resolvedInactiveProps().class]
437 .filter(Boolean)
438 .join(' ')
439
440 const resolvedStyle = () => ({
441 ...local.style,

Callers 1

useLinkPropsFunction · 0.85

Calls 3

resolvedActivePropsFunction · 0.85
resolvedInactivePropsFunction · 0.85
filterMethod · 0.80

Tested by

no test coverage detected