Hi, everybody!
I’m developing calculator in React, and I can’t understand why when I click the number button several times, I can update hook to several numbers to display , but when I type the number with keyboard - the hook update to single value.
Here’s my Codepen:
https://codepen.io/Dimitrii1/pen/BaLQOym?editors=1010
Thanks a lot!