Andrés Rodríguez
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. ...
A workaround is to change `@callback` to `@app.callback`