jackocnr / intl-tel-input

A JavaScript plugin for entering and validating international telephone numbers. Now includes React and Vue components.
https://intl-tel-input.com
MIT License
7.57k stars 1.94k forks source link

Import error when React is not installed #1694

Closed javiermarinros closed 2 months ago

javiermarinros commented 2 months ago

Hi, the following error is thrown from an angular environment trying to use the latest version (23.2.0) of this library:

Error: node_modules/intl-tel-input/build/js/intlTelInput.d.ts:979:23 - error TS2307: Cannot find module 'react' or its corresponding type declarations.

979     import React from "react";
jackocnr commented 2 months ago

Thanks for raising this. This should be fixed in v23.2.1.