Happy Monday all!
I’ve been struggling to make my button onClick
fire up (React)
I’d very much welcome a look into my code and pointers on why onClick
is not firing up.
What I’ve done so far:
- Created other simpler test functions console.logging stuff and tied that to React’s
onClick
, but I also don’t manage to fire that up when tying it toonClick
(you’ll see the functiontestFunction
in my code).
Pointers will be very much welcome!