-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Fetcher with key not resetting when key changes #11008
Comments
Fixed by #11008 - will be available in the next release |
brophdawg11
added
the
awaiting release
This issue have been fixed and will be released soon
label
Nov 13, 2023
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
brophdawg11
removed
the
awaiting release
This issue have been fixed and will be released soon
label
Nov 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Remix are you using?
2.2.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Consider the following route:
app/routes/$id.tsx
Demo: https://stackblitz.com/edit/remix-run-remix-gt3qmm?file=app%2Froutes%2F_index.tsx,app%2Froutes%2F%24id.tsx
Expected Behavior
Fetcher data should be undefined
Actual Behavior
Fetcher data does not change
The text was updated successfully, but these errors were encountered: