easyReact

Stop Event Bubbling in Nested Components

Create a nested component structure where clicking a child button should not trigger parent click events. Demonstrate proper event handling using stopPropagation.
Ensure function signatures match starter code to run test cases.
index.js
Loading...

Test Case #1

Input: click child

Expected: only child event fires