📅  最后修改于: 2022-03-11 15:02:52.943000             🧑  作者: Mango
/* Providing the */onClick={e => e.stopPropagation()}/* callback to the
immediate child of *//* should solve the issue.
This worked for me: */
return (
e.stopPropagation()} className="action-button-container">
)