Known memory leaks

Are there any known memory leaks using Plotly.js? Specifically, I see that after repeating the following command:

Plotly.react(div_chart, chartData, layout, {
            displayModeBar: false,
            dragmode: 'zoom',
            doubleClick: 'reset',
            showAxisDragHandles: false
        });

The memory usage is growing.

I ran Memory profiler and I got something like this:


Does that mean Plotly has a memory leak?

Thanks

@Zolotoy Hello , did you find why your memory usage is growing ?
I’ve the same problem with multi page dash app …