-
Notifications
You must be signed in to change notification settings - Fork 75
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
Update to React 14 / ReactRouter 1.0 #1981
Conversation
{@props.collection.display_name} | ||
</Link> | ||
{' '}by{' '} | ||
{if @state.owner | ||
<Link className="user-profile-link" to="user-profile" params={name: @state.owner.login}> | ||
<Link className="/users/#{@state.owner.login}" to="user-profile"> |
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.
Probably should be
<Link className="user-profile-link" to="/users/#{@state.owner.login}">
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.
Oops Yeah absolutely, just updated!
I fixed all (as far as I can tell anyway) of the remaining router changes in #1985. A few issues I've seen so far.
Just wanted to double check, but it looks like app/collections/home.cjsx isn't used. |
Yeah just removed collections/home.cjsx 👍 I'll look into those other warnings too. thanks for taking a look at this |
Admin page rendering and |
I've resolved every warning/error I can track down. I've seen a |
(Fixed one more) |
c9ae448
to
0c7334d
Compare
This should be good to go now, thanks for all the help & testing 🙇 Added back in subdirectory deploys in 893afa1 - let me know if that looks cool to everyone or also any other issues that come up |
😎 |
- For div inside of p tags
…n lab collaborators page
I think all the merge conflicts are stuff from me, I'm fixing 'em now. |
Update to React 14 / ReactRouter 1.0
Not ready to merge yet; I'm still finishing up the todos in 1714, and doing lots of QA⌛ Wanted to open this one up early since it touches almost every file and is a big diff