“What is the effect of calling e.stopPropagation() inside a button click handler?”
It prevents the browser’s default click behavior
It stops React from re-rendering parent components
It prevents the event from bubbling to parent handlers
It disables all future click events on the button