App Context
import { useContext } from 'react';
import { AppContext } from '~/components/lib'
export function Profile(props){
const context = useContext(AppContext);
context.handleError(err);
}Last updated
import { useContext } from 'react';
import { AppContext } from '~/components/lib'
export function Profile(props){
const context = useContext(AppContext);
context.handleError(err);
}Last updated