Reactjs – return value of a function is not iterable
I am building a project using next14.2.4 and mui5.15.20. Here are the parts of code I am getting problem at. theme.js "use client"; import { createTheme } from "@mui/material"; import { createContext, useMemo, useState } from "react"; //use different color…