Duplicate Callback Outputs - Solution & API Discussion

I can’t believe I missed this gem in @chriddyp original post, but I’d like to give it :+1: :+1: :+1: and a :star2:

I think making a new triggered dict would make the code so much more readable. To me, this is meaningless boilerplate:

triggered_id = callback_context.triggered[0]['prop_id']
4 Likes