Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Title not working on server side #226
Comments
|
I think it uses https://lodash.com/docs#template
|
|
Well that's is strange then because in index.html it uses the |
|
oops, hadnt read carefully. anyway the title bug was not related to the "typo" as it wasn't working anyway. any idea why it is not showing up in the html generated by the server ? I'm just calling:
in |
|
@vitaminwater |
|
Still not working:( |
|
can you paste your class here? |
|
After deploying on my server, it works. I'm building on this server with So looks like the bug is only when running with |
|
I have the same issue, but with the call to this.context.onSetTitle( this.props.title ) in render(). The title reads 'undefined' but I've specified a title in the jade template. @vitaminwater : can you please share how you called the method in your component? I tried the run build and forever combination that you mentioned but without success ... |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

There is a typo in index.html
<title><%- title %></title>instead of:
<title><%= title %></title>notice the '=' instead of '-'
But the title still doesn't show up in the generated content.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.