Build 533169stable
Module 714126
535 characters · in f6f04acf715b2e14.js, 8ca8e75ac844d6c8.jsDependencies
Source Raw
function(e,t,l){l.d(t,{W:()=>o});var a=l(627968),r=l(64700),n=l(397927),s=l(723680);class o extends r.PureComponent{state={error:null,info:null};componentDidCatch(e,t){console.error("Error rendering component (LocalErrorBoundary): ",e),this.setState({error:e,info:t})}render(){return null!=this.state.error?(0,a.jsx)("div",{children:(0,a.jsx)(n.Text,{color:"text-feedback-critical",variant:"text-md/normal",className:s.cW,children:"Error rendering component. Check console for more information on the error."})}):this.props.children}}}