Javascript – Onclick is not working over the element in React
Using a library to make a navbar , i am clicking the logout button but it displays homepage after clicking and not the log inside the callback function passed in onClick . import hcOffcanvasNav from "hc-offcanvas-nav"; import React, { useEffect,…