Andrés Rodríguez

Results 5 comments of Andrés Rodríguez

The logout button has already been removed in dash-3.0 branch. https://github.com/plotly/dash/pull/3137#issuecomment-2631546974

@gvwilson, I tested it with Dash 3.0, and the issue persists. Using the code provided by @kevin-gett to print the callback trigger, I observed that adding a new element triggers...

an workaround is to use ` ddk.modal `

Hey @BSd3v, after some research, I found [memlab](https://facebook.github.io/memlab/docs/intro) to check for memory leaks. It's a tool developed by Facebook that is used to find memory leaks in JS code. ![Image](https://github.com/user-attachments/assets/9bb30433-c65b-4068-a11a-5692a8297d4b)...

A workaround is to change `@callback` to `@app.callback`