I updated some npm packages in my Gatsby project and now I'm seeing this warning in console:
React-hot-loader: react-π₯-dom patch is not detected. React 16.6+ features may not work.
However, when I look into the source code, there is a comment:
// Actually everything works...
What does this warning actually mean? Is this something I should fix or just let it be?