Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Processing Accumulated Route Context does not get updated on navigation #2101

Closed
maxgraw opened this issue Aug 7, 2024 · 1 comment
Closed

Comments

@maxgraw
Copy link

maxgraw commented Aug 7, 2024

Describe the bug

When using the code snippet from the documentation Processing Accumulated Route Context, the correct context is displayed on loading but does not get refreshed when navigating between routes.

I did some testing, and it appears that the code snippet stopped working after the v1.45.14 release.

Your Example Website or App

https://stackblitz.com/edit/github-r165u1?file=src%2Froutes%2F__root.tsx

Steps to Reproduce the Bug or Issue

  1. Navigate to the "About" page.
  2. Accumulated Route Context does not get updated

Expected behavior

I expect, that the Accumulated Route Context gets updated when navigating inside the Application.

Screenshots or Videos

No response

Platform

  • OS: Windows
  • Browser: [Firefox, Chrome]
  • Version: 129.0

Additional context

https://stackblitz.com/edit/github-r165u1-241uhu?file=package.json a working example using v1.45.13

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

No branches or pull requests

2 participants