Build 584177stable
Module 714126
532 characters · in f0ac868bbd13cecf.jsDependencies
Source Raw
function(r,e,n){n.d(e,{W:()=>o});var t=n(627968),s=n(64700),c=n(834730),i=n(507352);class o extends s.PureComponent{state={error:null,info:null};componentDidCatch(r,e){console.error("Error rendering component (LocalErrorBoundary): ",r),this.setState({error:r,info:e})}render(){return null!=this.state.error?(0,t.jsx)("div",{children:(0,t.jsx)(c.E,{color:"text-feedback-critical",variant:"text-md/normal",className:i.cW,children:"Error rendering component. Check console for more information on the error."})}):this.props.children}}}