-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Upgrade react-router to v2 #107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
<Redirect from='/' to='/apps' /> | ||
<Route path='/' component={App}> | ||
<Route path='apps' component={AppsIndexPage} /> | ||
return ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems that you have an indentation problem, please revert the file
By analyzing the blame information on this pull request, we identified @drew-gross to be a potential reviewer. |
@durunvo updated the pull request. |
… IDE indent system)
…ed router as context - Change AppsMenu.react from stateless to React.Component to get contextTypes
@durunvo updated the pull request. |
@durunvo updated the pull request. |
@flovilmart All fixed |
Sweet, it all seems to work! Thanks for the help! |
@drew-gross actually I leave some syntax bug on this commit. Will submit new PR |
Whoops, sorry. I assumed it was done because you removed the WIP tag, and I checked out your branch and clicked around and it did seem to work. |
@drew-gross The bug is in PushNew.react.js |
new PR #116 |
Cool, good thing that page isn't visible to anyone currently. |
…tton style: Change API Reference button to Get Started
No description provided.