Caps lock bug template request for repro steps :)

This commit is contained in:
Brian Vaughn
2019-08-16 14:47:55 -07:00
parent 69b2ecc531
commit f66a20f439
+1 -1
View File
@@ -53,7 +53,7 @@ export default class ErrorBoundary extends Component<Props, State> {
const title = `Error: "${errorMessage || ''}"`;
const label = 'Component: Developer Tools';
let body = '<!-- please provide repro information here -->\n';
let body = 'PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE\n';
body += '\n---------------------------------------------';
body += '\nPlease do not remove the text below this line';
body += '\n---------------------------------------------';