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
src/components/records/fields/MultiSetFieldDetail.vue:37:26
TS7016: Could not find a declaration file for module 'primevue/usetoast'. '..../node_modules/primevue/usetoast.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/primevue` if it exists or add a new declaration (.d.ts) file containing `declare module 'primevue/usetoast';`
If I look in node_modules/primevue I see a useToast.d.ts and usetoast.js ... all the other components match exactly on casing.
Renaming useToast.d.ts to usetoast.d.ts fixes the problem.
The text was updated successfully, but these errors were encountered:
Related to #630
I am still getting:
If I look in
node_modules/primevue
I see auseToast.d.ts
andusetoast.js
... all the other components match exactly on casing.Renaming
useToast.d.ts
tousetoast.d.ts
fixes the problem.The text was updated successfully, but these errors were encountered: