Replies: 2 comments 1 reply
-
It's not possible. This also doesn't really make sense - loaders run after actions so the new data is not available yet. If you want data from a prior loader execution (that's about to be made stale), you can send that along in your |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is what I am doing atm, I am just passing it through the formData. But was wondering if we could improve this behaviour. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe what's incorrect/missing in the documentation
Is it possible to access a route
loader
in the same routeaction
?For instance, something like:
That would be super nice if this was possible from a DX perspective and definitely worth adding to the doc IMHO.
Beta Was this translation helpful? Give feedback.
All reactions