Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] filePondRef.current?. status return undefined #247

Open
2 tasks done
molvqingtai opened this issue Jan 2, 2025 · 1 comment
Open
2 tasks done

[Bug] filePondRef.current?. status return undefined #247

molvqingtai opened this issue Jan 2, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@molvqingtai
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Have you updated React FilePond, FilePond, and all plugins?

  • 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 molvqingtai added the bug Something isn't working label Jan 2, 2025
@rikschennink
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants