covid19india / covid19india-react

Tracking the impact of COVID-19 in India
https://www.covid19india.org
MIT License
6.86k stars 3.41k forks source link

The Language Button on the bottom left is getting clicked twice #2459

Closed jayavardhan3112 closed 3 years ago

jayavardhan3112 commented 3 years ago

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Go to Home page
  2. Click on Language button in the bottom left
  3. wait for it to open
  4. Then click on the language button again (you can find the error - where the button is getting clicked twice hereby the language tab is not getting closed)

Expected behavior the language button should work as a toggle

Screenshots

Screenshot 2021-05-09 at 5 51 43 PM

Desktop (please complete the following information):

Additional context PFA the screenshot

jayavardhan3112 commented 3 years ago

Found the issue, it's caused due to the useClickAway function called in the `LanguageSwitcher.js file`

useClickAway(languageSwitcherRef, () => {
    setShowLanguageSwitcher(false);
  });