Skip to content

Instantly share code, notes, and snippets.

@khrtz
Created September 14, 2015 10:05
Show Gist options
  • Save khrtz/62c886957055284ac663 to your computer and use it in GitHub Desktop.
Save khrtz/62c886957055284ac663 to your computer and use it in GitHub Desktop.
[react-router]Link toを使うと要素が表示されない時 ref: http://qiita.com/khrtz/items/87e7d4ff0ca0fd1c61e3
<Link to="mypage" className="aaa"></Link>
<li className="Site-nav__item">
<Link to="mypage">
<a href="/mypage/" className="Site-nav">
<div className="Site-nav__link-icon Icon-mypage"></div>
<div className="link-txt">マイページ</div>
</a>
</Link>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment