all! So, say I have the following in my Context component:
export const AppContext = createContext({}); export const Provider = ({children}) => {