Uncaught Invariant Violation: React DOM tree root should always have a node reference. · Issue #7103 · facebook/react · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rendering the following react-router (v2.4.1) component on the server using renderToString (v15-rc.1) causes this error message to be logged in the Chrome (v51) console.
The error does not get logged on the index route. But thereafter, navigating between the two routes causes the error to be logged.
The html served dynamically looks like this:
<divid="root"><divdata-reactroot="" data-reactid="1" data-react-checksum="534581471"><!-- react-empty: 2 --><maindata-reactid="3"><divdata-reactid="4"><pdata-reactid="5">Stuff</p><ahref="/about" data-reactid="6">Click</a><divdata-reactid="7">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nostrum sint, totam ea quam iusto illum necessitatibus ad pariatur quos, provident ipsum adipisci deserunt voluptatum vero, eaque veniam. Reiciendis ipsam, aspernatur? Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nostrum sint, totam ea quam iusto illum necessitatibus ad pariatur quos, provident ipsum
</div></div></main></div></div>
Rendering the following
react-router
(v2.4.1) component on the server usingrenderToString
(v15-rc.1) causes this error message to be logged in the Chrome (v51) console.The error does not get logged on the index route. But thereafter, navigating between the two routes causes the error to be logged.
The html served dynamically looks like this:
The client entry point looks like:
The text was updated successfully, but these errors were encountered: