Callback with multiple inputs and context

Hi!

I have a callback that generates 2 outputs, and then another callback which takes those 2 outputs as inputs. When using dash.callback_context.triggered I see that only one of the inputs is included. Is this a known behavior? I was expecting to either get 2 callback calls (as both inputs changed) or two elements in triggered.

Thanks!