componentDidCatch()

in app/ItemView/CodeMirrorContainer.tsx [69:72]


  componentDidCatch(error: Error, errorInfo: React.ErrorInfo) {
    console.error("CodeMirrorContainer failed with the error ", error);
    console.error(errorInfo);
  }