Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Please review the following code:
https://stackblitz.com/edit/react-dahtmd?file=App.js
Note the click event of the dialog button does not fire if the <Control /> component is inside of the SplitterComponent
You can comment out the Splitter and uncomment the Control to see it working properly.
How can I get this to work properly? I need the Dialog component to live inside a global Splitter component.
Thanks