Hi,
I am working on a dash application where multiple callbacks update the same component (generic toaster). To do it, I must write allow_duplicates=True in the Output blocks of all my callbacks which I feel is redundant. How can I enable this one shot without writing allow_duplicates=True everyt time?
Thanks