#Is there a way to access the PayloadRequest from anywhere?
6 messages · Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
I don’t know what you mean by “4 levels deeper”
Just a guess...
beforeChangeHook calls foo which calls bar which calls theFourthLevel.
yeah so I would pass req down through as a param in that case
Yeah, that's what I'm trying to avoid, passing down the req param through 4 functions