mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Prettier
This commit is contained in:
+2
-2
@@ -24,7 +24,7 @@ const container = ((document.getElementById('devtools'): any): HTMLElement);
|
||||
let isTestAppMounted = true;
|
||||
|
||||
const mountButton = ((document.getElementById(
|
||||
'mountButton'
|
||||
'mountButton',
|
||||
): any): HTMLButtonElement);
|
||||
mountButton.addEventListener('click', function() {
|
||||
if (isTestAppMounted) {
|
||||
@@ -58,7 +58,7 @@ inject('dist/app.js', () => {
|
||||
showTabBar: true,
|
||||
showWelcomeToTheNewDevToolsDialog: true,
|
||||
warnIfLegacyBackendDetected: true,
|
||||
})
|
||||
}),
|
||||
);
|
||||
},
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ const config = {
|
||||
alias: {
|
||||
'react-devtools-inline': resolve(
|
||||
root,
|
||||
'packages/react-devtools-inline/src/'
|
||||
'packages/react-devtools-inline/src/',
|
||||
),
|
||||
src: resolve(root, 'src'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user