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
Support the '+' button in the top left of the page; this should present the user with the ability to select one or more people in a modal dialog of all contacts. Probably this list will be in a new context of its own, something like const contactsContext = createContext<[User[], any]>([[], () => {}]) Just follow the way the other createContexts are set up; feel free to ask in channel or in mentor channel for help or someone to shadow :)
The text was updated successfully, but these errors were encountered:
(Repurposing this ticket based on the figma)
Support the '+' button in the top left of the page; this should present the user with the ability to select one or more people in a modal dialog of all contacts. Probably this list will be in a new context of its own, something like
const contactsContext = createContext<[User[], any]>([[], () => {}])
Just follow the way the other createContexts are set up; feel free to ask in channel or in mentor channel for help or someone to shadow :)The text was updated successfully, but these errors were encountered: