Intro
Component Overview
const { open: openProfileModal } = useProfileModal();
// Open profile modal in isolated mode
openProfileModal({ isolatedView: true });Last updated
Was this helpful?
const { open: openProfileModal } = useProfileModal();
// Open profile modal in isolated mode
openProfileModal({ isolatedView: true });Last updated
Was this helpful?
Was this helpful?