Open enoh-barbu opened 2 years ago
Here, looks like this package is no more maintained.. :/
This package (https://github.com/viclafouch/mui-tel-input) handles this problem and is well maintained
@viclafouch How did you figured out that is no longer maintained?
Current definition in TS for regions is:
regions?: [string] | string;
Therefore I can not assing many regions, due to TS error
The fix needed is to change it to:
regions?: string[] | string;