File tree 1 file changed +4
-4
lines changed
packages/react-devtools-shared/src/__tests__ 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -672,7 +672,7 @@ describe('ProfilingCache', () => {
672
672
673
673
const About = ( ) => < div > About</ div > ;
674
674
675
- // Mimics https://github.com/ReactTraining/react-router/blob/main /packages/react-router/modules/Router.js
675
+ // Mimics https://github.com/ReactTraining/react-router/blob/master /packages/react-router/modules/Router.js
676
676
function Router ( { children} ) {
677
677
const [ path , setPath ] = React . useState ( '/' ) ;
678
678
return (
@@ -682,7 +682,7 @@ describe('ProfilingCache', () => {
682
682
) ;
683
683
}
684
684
685
- // Mimics https://github.com/ReactTraining/react-router/blob/main /packages/react-router/modules/Switch.js
685
+ // Mimics https://github.com/ReactTraining/react-router/blob/master /packages/react-router/modules/Switch.js
686
686
function Switch ( { children} ) {
687
687
return (
688
688
< RouterContext . Consumer >
@@ -699,14 +699,14 @@ describe('ProfilingCache', () => {
699
699
) ;
700
700
}
701
701
702
- // Mimics https://github.com/ReactTraining/react-router/blob/main /packages/react-router/modules/Route.js
702
+ // Mimics https://github.com/ReactTraining/react-router/blob/master /packages/react-router/modules/Route.js
703
703
function Route ( { children, path} ) {
704
704
return null ;
705
705
}
706
706
707
707
const linkRef = React . createRef ( ) ;
708
708
709
- // Mimics https://github.com/ReactTraining/react-router/blob/main /packages/react-router-dom/modules/Link.js
709
+ // Mimics https://github.com/ReactTraining/react-router/blob/master /packages/react-router-dom/modules/Link.js
710
710
function Link ( { children, path} ) {
711
711
return (
712
712
< RouterContext . Consumer >
You can’t perform that action at this time.
0 commit comments