PanelStateWrapper: Add error boundary name (#112841)
Add error boundary name to PanelStateWrapper
This commit is contained in:
@@ -597,6 +597,7 @@ export class PanelStateWrapper extends PureComponent<Props, State> {
|
||||
{(innerWidth, innerHeight) => (
|
||||
<>
|
||||
<ErrorBoundary
|
||||
boundaryName="panel-state-wrapper"
|
||||
dependencies={[data, plugin, panel.getOptions()]}
|
||||
onError={this.onPanelError}
|
||||
onRecover={this.onPanelErrorRecover}
|
||||
|
||||
Reference in New Issue
Block a user