react-filepond icon indicating copy to clipboard operation
react-filepond copied to clipboard

[Bug] filePondRef.current?. status return undefined

Open molvqingtai opened this issue 11 months ago • 2 comments

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:

molvqingtai avatar Jan 02 '25 20:01 molvqingtai

I wonder if you can access it with filePondRef.current?._pond.status

rikschennink avatar Jan 13 '25 08:01 rikschennink

I wonder if you can access it with filePondRef.current?._pond.status

filePondRef.current?._pond.status // undefined

molvqingtai avatar Apr 14 '25 11:04 molvqingtai