mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Caps lock bug template request for repro steps :)
This commit is contained in:
@@ -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---------------------------------------------';
|
||||
|
||||
Reference in New Issue
Block a user