You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing the development of additional features related to the query and analysis of global callback function relationships based on the new hooks.devtool(introduced starting from Dash 3.2.0). How can I obtain all known callback function relationship data on the server-side without relying on a specific app instance, since it's impossible to directly obtain the app instance in the hooks project.
At present, I only know a skillful method to obtain relevant information through javascript in the browser-side environment: