react-filepond
react-filepond copied to clipboard
[Bug] filePondRef.current?. status return undefined
Is there an existing issue for this?
- [X] I have searched the existing issues
Have you updated React FilePond, FilePond, and all plugins?
- [X] I have updated FilePond and its plugins
Describe the bug
When I use useRef to get a FilePond instance, it seems that some properties are missing
Reproduction
filePondRef.current?.getFiles() // work
filePondRef.current?. status // undefined
Environment
- Device:
- OS:
- Broser:
- React version:
I wonder if you can access it with filePondRef.current?._pond.status
I wonder if you can access it with
filePondRef.current?._pond.status
filePondRef.current?._pond.status // undefined