Skip to content

πŸ› Bug Report: Tracker.tsx β€” component incorrectly named Home instead of TrackerΒ #624

@ananyadarna

Description

@ananyadarna

πŸ“œ Description

The component in src/pages/Tracker/Tracker.tsx is declared and exported
as Home instead of Tracker, causing a mismatch with the filename,
the router import, and React DevTools output.

Current behavior

// src/pages/Tracker/Tracker.tsx β€” line 44
const Home: React.FC = () => {
  ...
}

export default Home;

React DevTools shows this component as <Home> in the component tree,
not <Tracker>, making debugging misleading.

Expected behavior

The component name should match the filename and its usage in the router.

What browsers are you seeing the problem on?

No response

πŸ“ƒ Relevant Screenshots (Links)

N/A

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions