Skip to content

Fix duplicate route tree by rendering AnimatedRoutes#1313

Open
codematser69 wants to merge 1 commit into
aryandas2911:mainfrom
codematser69:fix-duplicate-route-tree
Open

Fix duplicate route tree by rendering AnimatedRoutes#1313
codematser69 wants to merge 1 commit into
aryandas2911:mainfrom
codematser69:fix-duplicate-route-tree

Conversation

@codematser69
Copy link
Copy Markdown

Summary

  • Replaced the duplicate "" tree in "App.jsx" with "AnimatedRoutes".
  • Ensured route transitions and route-level error boundaries are used correctly.
  • Removed duplicate route rendering logic from the "App" component.

Changes Made

  • Replaced the rendered "" block inside "App" with "".
  • Kept all route definitions centralized in "AnimatedRoutes".

Fixes #1311

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] App renders duplicate plain routes instead of AnimatedRoutes wrapper

1 participant