mern-starter
mern-starter copied to clipboard
fixed "Warning: React attempted to reuse markup in a container..."error
I was getting this warning in the console: 'Warning: React attempted to reuse markup in a container but the checksum was invalid.'
Double wrapping the html injection in <div> tags removes this error.
👍 this was calling componentDidMount twice. Thanks for that fix!