Poorva Singh

Results 2 issues of Poorva Singh

I am using GoogleLogin button ` { const { credential } = credentialResponse; if (credential) { //LOGIN USER } }} onError={() => { console.log("Signin with Google failed"); }} />` browser...

Steps to reproduce: 1. Integrate donut chart with `react-apexcharts` library in a NextJS webapp 2. add `dataPointMouseEnter` and `dataPointMouseLeave` event to config and add a console log statement in the...