You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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'],
},
The text was updated successfully, but these errors were encountered: