Skip to content

Commit

Permalink
[APM] Fix inconsistencies from patching backport conflicts from NP mi…
Browse files Browse the repository at this point in the history
…gration (#64977)

* [APM] addresses inconsistencies from patching backport conflicts from NP migration

* removes `indexManagementStore` form the '@elastic/apm-rum-react' module declaration
  • Loading branch information
ogupte authored May 4, 2020
1 parent bf95b30 commit d94e6d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions x-pack/plugins/apm/typings/apm_rum_react.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/

declare module '@elastic/apm-rum-react';
declare module '@elastic/apm-rum-react' {
export const ApmRoute: any;
}
1 change: 1 addition & 0 deletions x-pack/plugins/apm/typings/common.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import '../../../typings/rison_node';
import '../../infra/types/eui';
// EUIBasicTable
import '../../reporting/public/components/report_listing';
import './apm_rum_react';

// Allow unknown properties in an object
export type AllowUnknownProperties<T> = T extends Array<infer X>
Expand Down

0 comments on commit d94e6d3

Please sign in to comment.