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
Is it possible to import elementz into next.js? I tried npm i elements --save but it gives me the same error which I screenshot and posted below
Translation of part 3
"Unable to find any declaration file for elemenz module. THE_PATH has been assigned implicitly to a type any"
Try with npm i --save-dev @types/elementz if it exists or add a new declaration file with d.ts extension containing declare module 'elementz';
The text was updated successfully, but these errors were encountered:
Is it possible to import elementz into next.js? I tried npm i elements --save but it gives me the same error which I screenshot and posted below
Translation of part 3
"Unable to find any declaration file for elemenz module. THE_PATH has been assigned implicitly to a type any"
Try with npm i --save-dev @types/elementz if it exists or add a new declaration file with d.ts extension containing
declare module 'elementz';
The text was updated successfully, but these errors were encountered: