fix(issue-stream): Prevent undefined values from being stored in actionTakenGroupData (#55593)
We need to cast to `Group` on this line because of the broad typing in
GroupStore, but it should have been Group | undefined. Adding a filter
here prevents errors downstream.