Warning: React attempted to reuse markup in a container but the checksum was invalid
Note: This applies to older versions of React. If you’re using React 16, you should use ReactDOM.hydrate() Also, the below suggestion will result in a client-side re-render, as suggested by one of the answers below. This may sound crazily simple, but in your server-side template, wrap your React markup in an extra <div>: <!– hypothetical … Read more