Closed sfehlandt closed 1 year ago
I was getting the same thing suddenly, but downgrading (to my previous working version, 3.1.1) did not fix the issue, which was strange. Turns out the issue was that I was using the caret "compatible-with" operator in my package.json, like ^3.1.1
. However, this automatically installed 3.2.0. I had to change it to 3.1.1
for it to work. Hope this helps someone else and that this is resolved soon.
Confirming that we're seeing this in our project as well
Can confirm this is an issue in our project as well.
Does anyone have a repo with a reproduction plz ? A simple project, because I'm trying to reproduce in local, but it's working for me :(
On the PlayGround, I can't access to the node modules
We're experiencing the same on our project, didn't manage yet to create a reproduction yet.
Edit: Maybe this helps:
Whenever I wrap the MuiTelInput
with a styled
(from material-ui),
const SPhoneInput = styled(
MuiTelInput
)
I'm getting a Typescript error
TS2604: JSX element type 'SPhoneInput' does not have any construct or call signatures.
so the types seem to be off a bit
getting the same error when trying to consume the library -> v3.1.1
running on
getting this issue also. even the link on their own website doesn't work,
Hello everyone !
Issue has been fixed in https://github.com/viclafouch/mui-tel-input/releases/tag/v3.2.1
Also, playground is working correctly now :)
Thanks everyone
Hi,
The playground is not working: https://codesandbox.io/s/mui-tel-input-p7b2jz?fontsize=14&hidenavigation=1&theme=dark If I change the version of mui-tel-input from latest to 3.1.3 in package.json it works again.
This also happened in my project (a NextJS app with React 18.2.0) and downgrading fixed the issue.
The error in the playground is this: