Posts by Luka Martins • 19 points
3 posts
-
0
votes1
answer36
viewsA: getBoundingClientRect returns different values
The solution was to remove the const rect = event.target.getBoundingClientRect(); and only keep using with Event.currentTarget.
-
-1
votes1
answer36
viewsQ: getBoundingClientRect returns different values
I am creating a button in React that when clicking generates an effect ripple. I use the getBoundingClientRect to pick up the position, but when I click a mouse very fast in the same place, the…
-
1
votes2
answers1456
viewsQ: Error configuring Android Sdk on Linux
The operating system is Linux Mint When inserting: ~/Android/Sdk/tools/bin/sdkmanager "platform-tools" "platforms;android-27" "build-tools;27.0.3" acontece o seguinte erro: I’m cracking my head…