FileUpload: Fix type of FileUploadState.messages #6370
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
FileUploadState.messages
is typed asany[]
, but it's actuallystring[] | null
:primevue/packages/primevue/src/fileupload/FileUpload.vue
Line 239 in dcd66c1
Reproducer
primevue/packages/primevue/src/fileupload/FileUpload.vue
Line 239 in dcd66c1
PrimeVue version
4.0.1
Vue version
4.x
Language
TypeScript
Build / Runtime
TypeScript
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: