Closed
Description
Related to #630
I am still getting:
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.
Activity