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
Could not find a declaration file for module 'isomorphic-style-loader/withStyles'. '/Users/joseph/Code/invoicemanager/node_modules/isomorphic-style-loader/withStyles.js' implicitly has an 'any' type.
Try `npm install @types/isomorphic-style-loader`if it exists or add a new declaration (.d.ts) file containing `declare module 'isomorphic-style-loader/withStyles';`ts(7016)
"isomorphic-style-loader": "^5.1.0"
@types/isomorphic-style-loader is not in the npm registry.
The import appears to work fine, but I want to know what I should do about this message.
The text was updated successfully, but these errors were encountered:
Import command leads to this message:
@types/isomorphic-style-loader
is not in the npm registry.The import appears to work fine, but I want to know what I should do about this message.
The text was updated successfully, but these errors were encountered: