mui-toolpad
mui-toolpad copied to clipboard
Debuggability: Visualize dependants of a node
- Allow for tracing back the dependants of a certain UI element/query/...
- In the same spirit we should warn before deleting an element that is being depended on
Does the View DOM option solve this?
no, this issue is about warning when you delete something that something else still depends on. e.g. when you delete a connection that still has queries on a page. And possible also going further, showing the chain of dependencies across a page.