File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
packages/react-devtools-extensions Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const main = async () => {
2828 console . log ( 'WEB_EXT_FIREFOX=nightly yarn run test:firefox' ) ;
2929 console . log ( chalk . gray ( '\n# You can test against older versions too:' ) ) ;
3030 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'
3232 ) ;
3333} ;
3434
Original file line number Diff line number Diff line change @@ -216,9 +216,7 @@ function createPanelIfReactLoaded() {
216216 showTabBar : false ,
217217 store,
218218 warnIfUnsupportedVersionDetected : true ,
219- viewAttributeSourceFunction : isChrome
220- ? viewAttributeSourceFunction
221- : null ,
219+ viewAttributeSourceFunction,
222220 viewElementSourceFunction,
223221 } ) ,
224222 ) ;
You can’t perform that action at this time.
0 commit comments