React onwheel empêche default

if the intention is to lock the scroll, try: event.stopPropagation() 
guiliuri