You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: