Dash_table with tabs duplicate elements

Hello,

I’m using Tabs to view my dcc.corecompoonents, including dash-table, and everything works fine locally.

The problem comes when I have created a server with flask and when switching between the tabs it duplicates me and I see the elements I had in the previous tab. I have been removing dcc.corecomponents until I detect that what causes that is dash_table.DataTable.

If it has happened to you and you know the solution, I would be eternally grateful, thanks.

Are you getting any error in the browser developer console?

No, I work with pycharm in local and it does not give any problem.

The error happens when I run it on windows server using flask, but except that the elements are duplicated, the program works fine.