Reactjs – NextJS Error: Objects are not valid as a React child
I am quite new with ReactJS especially using NextJS. I encountered an error when build a NextJS app. There are one component that uses a custom hook. "use client"; import FormText from "@/components/Form/formtext"; import useAuthController from "./authcontroller"; import { ThreeDots…