Reactjs – Access javascript object nested values by dynamic props react
is it possible to use dynamic props to get the nested value of javascript object as below, because I am getting error with this. please suggest me any solution. Component. import Link from "next/link"; import { info } from "@/lib/info";…