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 123ac2a commit 2ededeeCopy full SHA for 2ededee
src/plugins/dashboard/public/application/dashboard_app_controller.tsx
@@ -426,7 +426,7 @@ export class DashboardAppController {
426
// plus output of dashboard container children,
427
// children may change, so make sure we subscribe/unsubscribe with switchMap
428
dashboardContainer.getInput$().pipe(
429
- map((v) => dashboardContainer!.getChildIds()),
+ map(() => dashboardContainer!.getChildIds()),
430
distinctUntilChanged(deepEqual),
431
switchMap((newChildIds: string[]) =>
432
merge(
0 commit comments