File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/react-devtools-shell Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const container = ((document.getElementById('devtools'): any): HTMLElement);
2424let isTestAppMounted = true ;
2525
2626const mountButton = ( ( document . getElementById (
27- 'mountButton'
27+ 'mountButton' ,
2828) : any ) : HTMLButtonElement ) ;
2929mountButton . addEventListener ( 'click' , function ( ) {
3030 if ( isTestAppMounted ) {
@@ -58,7 +58,7 @@ inject('dist/app.js', () => {
5858 showTabBar : true ,
5959 showWelcomeToTheNewDevToolsDialog : true ,
6060 warnIfLegacyBackendDetected : true ,
61- } )
61+ } ) ,
6262 ) ;
6363 } ,
6464
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const config = {
3232 alias : {
3333 'react-devtools-inline' : resolve (
3434 root ,
35- 'packages/react-devtools-inline/src/'
35+ 'packages/react-devtools-inline/src/' ,
3636 ) ,
3737 src : resolve ( root , 'src' ) ,
3838 } ,
You can’t perform that action at this time.
0 commit comments