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

Parcels don't show up in the list. #57

Closed chrisbrooks closed 1 year ago

chrisbrooks commented 3 years ago

Can't seem to see parcels in the list but when I do the devtools config I can see them in the UI with overlays on.

joeldenning commented 3 years ago

It's expected that parcels are not in the list - it was never implemented.

I'm open to it being added, but it would require some changes to single-spa, as currently there are no APIs for retrieving all of the mounted parcels.

chrisbrooks commented 3 years ago

This would be super helpful and on that note as you just said @joeldenning it would be nice to check if a parcel has been mounted in the same way with registered applications you can check.

joeldenning commented 3 years ago

I don't think I'll get to this anytime soon, but am happy to review a pull request for it, and guide on what an implementation would look like

danielbonatto commented 3 years ago

+1

pmjhonwang commented 3 years ago

https://github.com/joeldenning/import-map-overrides these work fine for me @chrisbrooks