I have both a routeLoader$ and a routeAction$ in my Qwik application. The documentation explains how to access routeLoader$ data from another routeLoader$ here, but it doesn't mention whether it's possible to access routeLoader$ data inside a routeAction$.
Is there a way to achieve this? If so, how can it be done?