awake-maroonA
Refine14mo ago
9 replies
awake-maroon

passing param when navigating to another page useNavigation

passing param when navigating to another page useNavigation


e.g. how to populate sid here?

export const ReservationCreate = ({ sid }) => {

console.log(sid = ${sid});
}
Was this page helpful?