diff --git a/packages/core-app-api/src/app/App.tsx b/packages/core-app-api/src/app/App.tsx index 21d79e6926..f5fec7e624 100644 --- a/packages/core-app-api/src/app/App.tsx +++ b/packages/core-app-api/src/app/App.tsx @@ -391,7 +391,7 @@ export class PrivateAppImpl implements BackstageApp { private getApiHolder(): ApiHolder { if (this.apiHolder) { // Register additional plugins if they have been added. - // Routes and other config options are updated above when children change + // Routes paths, objects and others are already updated in the provider when children of it change for (const plugin of this.plugins) { for (const factory of plugin.getApis()) { if (!this.apiFactoryRegistry.get(factory.api)) {