-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[7.5.1] throwing error in action clears root loader data #13474
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
Comments
This is resolved via #13476 and should be fixed in the next release - aiming for a prerelease this afternoon and a stable either EOD or tomorrow AM |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
@brophdawg11 my issue with 7.5.0 -> 7.5.1 (raised on Discord) seems to also be fixed with this release - coincidence or likely the same reason (I'm interested because it might reappear otherwise...)? |
Can you link me to the discord issue? |
https://discord.com/channels/770287896669978684/1362718924852170904/1362718924852170904 |
@AntonOfTheWoods This fix shouldn't have impacted your issue. My guess is you had a weird combination of |
Thanks. I did spend a significant amount of time verifying that I had exactly one version of |
Uh oh!
There was an error while loading. Please reload this page.
I'm using React Router as a...
framework
Reproduction
System Info
Used Package Manager
npm
Expected Behavior
The root loader data isn't cleared when an action throws an error and is available in the root error boundary. 7.5.0 behavior.
Actual Behavior
In 7.5.1 the root loader data is cleared on a thrown action error and is not accessible from the root error boundary.
The text was updated successfully, but these errors were encountered: