When I upgraded to dash 1.11, my dcc.Interval
stopped working. I used to dynamically set max_intervals
through a button and then the interval would fire every interval
I’ve setup in the layout. It worked fine until dash 1.10. Now it doesn’t anymore. Did anything change under the hood? I couldn’t find anyone mentioning the same issue…