đź“Ł Dash v1.11.0 Release - Introducing Pattern-Matching Callbacks

Hi lovely people! I’d like to share with you a misterious problem, I don’t know what is exactly happening. One of my callbacks is triggered even when the input buttons are not pressed. These buttons are dinamically generated following a pattern, and in the input I use MATCH to fire the callback.

The first two clicks were ok, but then suddenly -even if I don’t click the button- the callback is fired.

I included dash.callback_context.triggered in order to get what was happening, appending it to a list every time the callback was triggered, and I got that the last item is not exactly my button: “FalsyList object of dash._callback_context module”. What’s happening here?

I appreciate your help. Thanks

Note that prop_id is a dot.Captura