We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918dd49 commit 389500eCopy full SHA for 389500e
packages/applet/src/modules/router/components/routes/Index.vue
@@ -107,7 +107,9 @@ const getRoutesInspectorTree = async (filter = '') => {
107
})
108
}
109
110
-until(inspectorId).toBeTruthy().then(getRoutesInspectorTree)
+until(inspectorId).toBeTruthy().then(() => {
111
+ getRoutesInspectorTree()
112
+})
113
114
function onInspectorTreeUpdated(_data: string) {
115
const data = parse(_data) as {
0 commit comments