single-spa / single-spa-inspector

A devtools extension for single-spa applications
https://single-spa.js.org
MIT License
77 stars 17 forks source link

Inspector display no table rows #53

Closed werts closed 3 years ago

werts commented 3 years ago

there is no table rows displayed in the inspector. I have tested imports-map-override like the below: `html

<import-map-overrides-full show-when-local-storage="devtools"

` it works well, but the single-spa-inpector always displays empty rows,it seems that no apps to display.

filoxo commented 3 years ago

Single-spa-inspector does not interop with import-map-overrides, though there's been some desire to implement that (see https://github.com/single-spa/single-spa-inspector/issues/45, #48, #52). Closing since this isn't even a feature that single-spa-inspector currently has.

werts commented 3 years ago

Maybe i did not make it clearly, all features listed in the docshttps://single-spa.js.org/docs/devtools i cant get. for example, because there is no table rows displayed,where can i get all registered applications? and statuses ? let alone the mount and unmount functions @filoxo zzzz

filoxo commented 3 years ago

Oh I see, interesting. One thing that trips people up is that Parcels do not show up in the UI. Are your applications implemented as Parcels instead of using the registerApplication api?

werts commented 3 years ago

Aha, i'm using registerApplication api , one strange thing is that using import-map-override can detects all apps, but the inspector keeps empty always, i also atempt to find if there is some errors occur, but got nothing