You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package flutterwave-react-v3@1.3.2 does not support React 19. While trying to install it in a Next.js project using React 19, I encountered the following error:
npm error peer react@"^15.0.0 || ^18.0.0" from flutterwave-react-v3@1.3.2
This prevents installation unless --legacy-peer-deps or --force is used. Could you update the package to support React 19? Thanks!