TanStackT
TanStack8mo ago
7 replies
popular-magenta

window is not defined

Uncaught Error: Switched to client rendering because the server rendering errored: window is not defined

For the component. I get the error "window is not defined"

function Breadcrumb({ links, activeClass }: BreadcrumbProps) {
  const activeIndex = links.findIndex(link => window.location.pathname === link.to);
....
Was this page helpful?