ApplicationService.currentAppId$ does not emit for legacy application #55444
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
The currentAppId$ is currently updated in the NP apps
mount
functionkibana/src/core/public/application/application_service.tsx
Lines 171 to 175 in de7a22d
It seems like even for NP app,mount
it's not called on initial display (need to confirm)currentAppId$
should emit for the initially displayed app as soon as core got the information, either from the service itself or from theAppRouter
.The text was updated successfully, but these errors were encountered: