我有一个带有react-router的地平线/react应用程序,我的应用程序中有一个简单的按钮:
<Link className="dark button" to="/">Another Search</Link>
当我单击它时,出现以下异常:
Uncaught TypeError: Cannot read property 'getHostNode' of null
错误来自:
getHostNode: function (internalInstance) {
return internalInstance.getHostNode();
},
知道为什么我会得到这个吗?