MENU

React イベントを発火させない

コンポーネントに下記のメソッドをつける

onClick={(e) => e.stopPropagation()