catamphetamine / react-phone-number-input

React component for international phone number input
http://catamphetamine.gitlab.io/react-phone-number-input/
MIT License
914 stars 194 forks source link

Typescript error on react-phone-number-input@3.1.33 has no exported member 'parsePhoneNumber' #390

Closed brk114 closed 2 years ago

brk114 commented 2 years ago

The latest version of react-phone-number-input@3.1.33 seems to have the TypeScript error. Shows below error message on importing parsePhoneNumber.

import { parsePhoneNumber } from "react-phone-number-input";

Typescript error: Module '"../../node_modules/react-phone-number-input"' has no exported member 'parsePhoneNumber'. Did you mean to use 'import parsePhoneNumber from "../../node_modules/react-phone-number-input"' instead?

catamphetamine commented 2 years ago

published react-phone-number-input@3.1.34