Bug: split button event handler deleted from option after duplicating the option

Steps to reproduce:

  1. Add table1 instance of Table component
  2. Add splitButton1 instance of SplitButton component
  3. In option1 of splitButton1, add event handler
  • Action: Control component
  • Component: table1
  • Method: setData
  • Data: some query
  1. Duplicate option1 to a new option, for example, option2

Observe that the event handler appears in option2 as expected, but unfortunately disappears from the original option1.

Recovery: manually re-add the event handler back into option1.

Hey @KenB thanks for sharing this detailed and helpful breakdown of the issue, I will go ahead and create a bug ticket for it!