I've seen that in LaneHeader I can get all the lane related props, which come really handy to perform certain lane related operations relying on the laneId.
I'm trying to get the laneId prop into other custom components like AddCardLink or LaneFooter but I just can't get it from anywhere.
So the question would be:
Is there a way for getting the laneId inside other custom components?
Why can't we pass all the "PickedProps" to all these components?
Thank you so much in advance!