Missing BlockAction for Context actions block
The new ContextActionsBlock is missing a corresponding BlockAction.
Current the interaction event is capturable via the IBlockActionHandler<BlockAction> interface.
However, the captured BlockAction object passed to the event handler, doesn't have the value field of the feedback buttons, which the developers needs to know which feedback button was pressed.
Relavant Slack api docs: