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
Hey there, I am new using the galio framework, I just installed version 0.7.1 and I get this warning on my editor when I import any component:
Could not find a declaration file for module 'galio-framework'. '/Users/relvis/myProject/node_modules/galio-framework/src/index.js' implicitly has an 'any' type.
Try `npm install @types/galio-framework` if it exists or add a new declaration (.d.ts) file containing `declare module 'galio-framework';`ts(7016)
The text was updated successfully, but these errors were encountered:
Hey there, I am new using the galio framework, I just installed version 0.7.1 and I get this warning on my editor when I import any component:
The text was updated successfully, but these errors were encountered: