File tree 2 files changed +2
-4
lines changed
packages/react-devtools-extensions 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const main = async () => {
28
28
console . log ( 'WEB_EXT_FIREFOX=nightly yarn run test:firefox' ) ;
29
29
console . log ( chalk . gray ( '\n# You can test against older versions too:' ) ) ;
30
30
console . log (
31
- 'WEB_EXT_FIREFOX=/Applications/Firefox52 .app/Contents/MacOS/firefox-bin yarn run test:firefox'
31
+ 'WEB_EXT_FIREFOX=/Applications/Firefox Developer Edition .app/Contents/MacOS/firefox-bin yarn run test:firefox'
32
32
) ;
33
33
} ;
34
34
Original file line number Diff line number Diff line change @@ -216,9 +216,7 @@ function createPanelIfReactLoaded() {
216
216
showTabBar : false ,
217
217
store,
218
218
warnIfUnsupportedVersionDetected : true ,
219
- viewAttributeSourceFunction : isChrome
220
- ? viewAttributeSourceFunction
221
- : null ,
219
+ viewAttributeSourceFunction,
222
220
viewElementSourceFunction,
223
221
} ) ,
224
222
) ;
You can’t perform that action at this time.
0 commit comments