React notify after a certain time when button is not clicked
Advertisements I want to print an alert to the console if it doesn’t click a button within a certain period of time, but if it clicks it doesn’t show this alert I tried using settimeout like this but it gives a warning after clicking It’s actually a very simple method that I tried. const [clicked… Read More React notify after a certain time when button is not clicked