TypeError: Cannot destructure property 'dispatch' of '(0 , react__WEBPACK_IMPORTED_MODULE_2__.useContext)(...)' as it is undefined.
// instead of
import MyContext from "./MyContext";
// try using named import i.e.,
import { MyContext } from "./MyContext";