initial spike

This commit is contained in:
James Salter 2021-08-11 16:11:10 +01:00
parent c93cc89cca
commit de398f46f4
7 changed files with 134 additions and 1 deletions

View file

@ -71,6 +71,7 @@ export default class ErrorBoundary extends React.PureComponent<{}, IState> {
private onBugReport = (): void => {
Modal.createTrackedDialog('Bug Report Dialog', '', BugReportDialog, {
label: 'react-soft-crash',
error: this.state.error
});
};