PanelStateWrapper: Add error boundary name (#112841)

Add error boundary name to PanelStateWrapper
This commit is contained in:
Tobias Skarhed
2025-10-27 10:04:37 +01:00
committed by GitHub
parent 5df4a3b9a3
commit f76a4885ec
@@ -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}