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

Add React 19 support and fix TypeScript issues #48

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

phDooY
Copy link

@phDooY phDooY commented Dec 21, 2024

This PR adds support for React 19 and fixes several TypeScript issues:

Changes:

  • Add React 19 to peerDependencies
  • Update testing libraries to latest versions compatible with React 19
  • Fix TypeScript errors in Dropzone component
  • Improve error handling for undefined values
  • Add proper type checking for File objects

All tests are passing and the package builds successfully.

Testing:

  • Ran all existing tests ✅
  • Built the package successfully ✅
  • Verified TypeScript type checking ✅

Note: This PR maintains backward compatibility with React 17 and 18.

renovate bot and others added 8 commits December 21, 2024 11:21
Update dependency @files-ui/core to v2.0.7
- Add React 19 to peerDependencies
- Update testing libraries to latest versions
- Fix TypeScript errors in Dropzone component
- Improve error handling for undefined values
- Add proper type checking for File objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant