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
When using FileUploader in advanced mode the files array is converted into a SyntheticBaseEvent. This behavior only effected advanced mode. Basic mode is fine.
cmccoy98
changed the title
FileUploader converts event.files into SyntheticBaseEvent when in advanced mode
FileUploader: Converts event.files into SyntheticBaseEvent when in advanced mode
May 3, 2022
Describe the bug
When using FileUploader in advanced mode the files array is converted into a SyntheticBaseEvent. This behavior only effected advanced mode. Basic mode is fine.
Reproducer
https://codesandbox.io/s/jolly-chaum-5f6eef?file=/src/demo/FileUploadDemo.js
PrimeReact version
8.0.0+
React version
18.x
Language
ES6
Build / Runtime
Create React App (CRA)
Browser(s)
Chome
Steps to reproduce the behavior
Expected behavior
Should return files array and not SyntheticBaseEvent.
The text was updated successfully, but these errors were encountered: