viclafouch / mui-tel-input

📌 A phone number input designed for MUI (Material ui) V6 built with libphonenumber-js
https://viclafouch.github.io/mui-tel-input
MIT License
158 stars 65 forks source link

Support for React 17 in Peer Dependencies #151

Closed mantovanig closed 4 days ago

mantovanig commented 1 month ago

Description

This PR adds support for React 17 in the peerDependencies section of the package.json. This update ensures compatibility and resolves peer dependency warnings for projects using React 17.

Changes Made

Updated package.json to include React 17 in peerDependencies.

Testing

Ran all automated tests locally. Verified successful build of the library.

viclafouch commented 1 month ago

Hello !

I don't know if the source code is compatible avec React 17. I didn't run any test.