Impossible de lire la propriété 'getHostNode', null

J'ai un horizon/réagir application à réagir routeur et j'ai un simple bouton dans mon application:

<Link className="dark button" to="/">Another Search</Link>

Quand je clique dessus, j'obtiens l'exception suivante:

Uncaught TypeError: Cannot read property 'getHostNode' of null

L'erreur vient de:

getHostNode: function (internalInstance) {
    return internalInstance.getHostNode();
},

Aucune idée pourquoi suis-je cela?

InformationsquelleAutor alexarsh | 2016-08-05