<tr onClick={showInfoPage} id={infos.id}>
в контейнере(2) и код не хочет работать выдавая: Warning: [react-router] You cannot change ; it will be ignoredи
Warning: [react-router] You cannot change ; it will be ignored. Не подскажите почему роутер всё блочит?
<tr onClick={showInfoPage} >
<td key={infos.id}>{infos.id}</td>
<td key={infos.about}>{infos.about}</td>
</tr>
<Route name="app:info" path="information/:id" component={InfoPage} onEnter={requireAuth} />