-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
This request aims to update the package dependencies to ensure compatibility with React 19 and React DOM 19, preventing peer dependency conflicts during installation.
Current Issue
While installing dependencies with React 19, npm raises multiple warnings and errors related to peer dependency mismatches:
fedapay-reactjsspecifically requires React^18.3.1, which causes version resolution conflicts.npm ERR! ERESOLVE overriding peer dependencyoccurs during installation.
Proposed Solution
- Update peer dependencies to support React 19 (
"react": ">=19.0.0","react-dom": ">=19.0.0"). - Test the build to ensure compatibility with React 19 features and the new JSX runtime.
Expected Outcome
- Smooth installation with React 19 without peer dependency warnings or resolution conflicts.
- Maintained backward compatibility with React 18 where possible.
Additional Notes
This update will make the package future-proof for projects migrating to React 19 and prevent installation issues like the one shown below:
npm ERR! ERESOLVE overriding peer dependency
npm WARN Could not resolve dependency: peer react@"^18.3.1" from fedapay-reactjs@1.1.2

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels