No debounce method is working in my button component in react
I was trying to put a debounce on the onClick action in the button component that usually saves / updates stuff, so i was trying to implement a debounce on its click, but i tried many methods and none seem to work: