We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d049c commit d22c0a9Copy full SHA for d22c0a9
content-src/components/NewTabPage/NewTabPage.js
@@ -56,10 +56,11 @@ const NewTabPage = React.createClass({
56
// the pre-render. If we decide to stick with this hack, we need to be
57
// sure it's not necessary for any other <Link>s in the code.
58
//
59
- // See https://github.com/reactjs/react-router/issues/2111 and
+ // See https://github.com/reactjs/react-router/issues/2111 and
60
// http://stackoverflow.com/questions/27928372/react-router-urls-dont-work-when-refreshing-or-writting-manually
61
// for some relevant info.
62
- let debugLinkTo, timelineLinkTo;
+ let debugLinkTo;
63
+ let timelineLinkTo;
64
if (PRERENDER) {
65
debugLinkTo = "#/debug";
66
timelineLinkTo = "#/timeline";
0 commit comments