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

docs: :memo: add Next.js integration instructions #126

Closed Victor1890 closed 6 months ago

Victor1890 commented 7 months ago

Description

Add Next.js integration instructions

Why

When I install the first time, my next.js project has a transpile error when importing, looking for the solution I found that by adding in your config file next.js transpilePackages, the problem has solution.

For people who want to use this library in their next.js projects, it is recommended to use this configuration to avoid the transpile error problem.