Last analyzed 73e26eb 3 months ago
Default analysis branch is
Currently analyzing run
Non-interactive elements assigned mouse/keyboard event listeners JS-0760
Performance
4 months ago4 months old
Non-interactive elements should not be assigned mouse or keyboard event listeners
12}: SideBarButtonPropT) {
13  return (
14    <div>
15      <p16        className={`${active ? "" : "text-opacity-75"} text-dark`}17        style={{ cursor: "pointer" }}18        onClick={trigger}19      >20        {name}
21      </p>
22    </div>