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
import addToMailChimp from 'gatsby-plugin-mailchimp'
but this error is being highlighted:
Could not find a declaration file for module 'gatsby-plugin-mailchimp'. 'C:/Users/jakeb/CompoundingSense-Website/node_modules/gatsby-plugin-mailchimp/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/gatsby-plugin-mailchimp if it exists or add a new declaration (.d.ts) file containing declare module 'gatsby-plugin-mailchimp';ts(7016)
The text was updated successfully, but these errors were encountered:
I'm importing as in the instructions:
import addToMailChimp from 'gatsby-plugin-mailchimp'
but this error is being highlighted:
Could not find a declaration file for module 'gatsby-plugin-mailchimp'. 'C:/Users/jakeb/CompoundingSense-Website/node_modules/gatsby-plugin-mailchimp/index.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/gatsby-plugin-mailchimp
if it exists or add a new declaration (.d.ts) file containingdeclare module 'gatsby-plugin-mailchimp';
ts(7016)The text was updated successfully, but these errors were encountered: