WebpackError: TypeError: merge is not a function (from plugin: gatsby-plugin-react-helmet)

By Hemanta Sundaray on 2022-11-14

This Gatsby blog is deployed on Netlify. Yesterday, the deployment failed with the error message:

WebpackError: TypeError: merge is not a function (from plugin: gatsby-plugin-react-helmet)

To fix this, I had to install the deepmerge package, using the command npm install deepmerge.

Find out more details about the package here.

Join the Newsletter