Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working for Preact #171

Open
obj-QED opened this issue Apr 2, 2024 · 1 comment
Open

Not working for Preact #171

obj-QED opened this issue Apr 2, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@obj-QED
Copy link

obj-QED commented Apr 2, 2024

Hello, I ran into a problem that it does not work correctly with Preact. It skips letters and you can write more numbers than allowed. When you enter numbers after the letters, the letters are erased leaving the numbers. If there are more numbers, they remain and after a while the excess is reset

"preact": "^10.18.2",
"preact-compat": "^3.19.0",
"react-international-phone": "^3.1.2",

resolve: {
alias: {
react: 'preact/compat',
'react-dom': 'preact/compat',
},
extensions: ['.js', '.jsx', '.ts', '.tsx', '.scss', '.css'],
modules: [path.resolve(__dirname, 'js'), 'node_modules'],
},

image
@goveo goveo added the help wanted Extra attention is needed label Apr 14, 2024
@angelbhuesca
Copy link

Hi, are there any solutions so far?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants