Skip to content

Bug: AnimatedRoutes component defined but never mounted — ErrorBoundary dead #1843

Description

@Siddh2024

Summary

<AnimatedRoutes>\ (which wraps <Route>\ elements with \ErrorBoundary\ + \PageTransition) is defined but never rendered in the component tree. The raw <Routes>\ is used instead.

Details

  • The \AnimatedRoutes\ component is defined in the codebase but never mounted
  • \ErrorBoundary\ — intended to catch crashes in /forge\ and /focus\ routes — is completely dead
  • \PageTransition\ animations between routes are never applied
  • Layout positioning for these two routes is incorrect

Impact

A render crash shows a white screen with no recovery. Route transitions appear broken. Overlapping content on the forge/focus pages.

Suggested Fix

Replace <Routes>\ with <AnimatedRoutes>\ in the component tree.

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendIssues related to server-side, database logic or APIsbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions