awake-maroonA
Refine13mo ago
19 replies
awake-maroon

on my show page i have this

const { editUrl, create } = useNavigation();
create("member-cards", "push", { memberId: id });


how can i retrieve memberId in my create page?
Was this page helpful?