Pass the Layout plugin's logger to the sidebar and sidebar extensions
Summary: Lets the sidebar + sidebar extensions log custom events Reviewed By: danielbuechele Differential Revision: D9411001 fbshipit-source-id: 37704e805eda56347cd95c155f81ad31b34bd508
This commit is contained in:
committed by
Facebook Github Bot
parent
c428de3948
commit
1aee2cdaa3
@@ -966,6 +966,7 @@ export default class Layout extends SonarPlugin<InspectorState> {
|
||||
tooltips={this.getAccessibilityTooltips()}
|
||||
onValueChanged={this.onDataValueChanged}
|
||||
client={this.client}
|
||||
logger={this.props.logger}
|
||||
/>
|
||||
)
|
||||
);
|
||||
@@ -977,6 +978,7 @@ export default class Layout extends SonarPlugin<InspectorState> {
|
||||
element={this.state.elements[this.state.selected]}
|
||||
onValueChanged={this.onDataValueChanged}
|
||||
client={this.client}
|
||||
logger={this.props.logger}
|
||||
/>
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user