【发布时间】:2017-09-12 12:32:59
【问题描述】:
我有以下代码:
<NavLink to="//student.lvh.me:8080/users/edit">
<DropDownLink>Wiki</DropDownLink>
</NavLink>
如何让 navlink 使用外部 URL? 我在控制台中收到以下错误:
Uncaught DOMException: Failed to execute 'pushState' on 'History': A history state object with URL 'http://student.lvh.me:8080/users/edit' cannot be created in a document with origin 'http://localhost:3000' and URL 'http://localhost:3000/'.
有没有更好的方法来处理外部链接?
【问题讨论】:
标签: reactjs react-router