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

Use antd-phone-input over react-phone-input-2 #3906

Open
ArtyomVancyan opened this issue Sep 28, 2023 · 2 comments
Open

Use antd-phone-input over react-phone-input-2 #3906

ArtyomVancyan opened this issue Sep 28, 2023 · 2 comments

Comments

@ArtyomVancyan
Copy link

The antd-phone-input is designed to use with Ant Design and is well maintained by me and I highly recommend using it. It is compatible with the version of antd you are using. I tried to open a PR with the necessary changes but could not run the workspace on the development environment (it uses huge storage and has issues with migrations or your Getting started section of the README need to be updated).

Thanks for your attention.

@pahaz
Copy link
Member

pahaz commented Mar 31, 2024

Can you contribute this changes?

@ArtyomVancyan
Copy link
Author

Yes, I do. But as I mentioned in the description, I need help with setting up the development environment and running it locally. I followed the steps in README and the development guide. Even had to change the usage of the class-based components to pass the build. The yarn workspace @app/condo dev logs the following:

Loaded env from /home/artyom/Python/condo/apps/condo/.env
warn  - Detected next.config.js, no exported configuration found. https://err.sh/vercel/next.js/empty-configuration
(node:167284) Warning: Accessing non-existent property 'default' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:167284) Warning: Accessing non-existent property 'target' of module exports inside circular dependency
(node:167284) Warning: Accessing non-existent property 'amp' of module exports inside circular dependency
(node:167284) Warning: Accessing non-existent property 'experimental' of module exports inside circular dependency

P.S. I tried with different Node versions (14, 16, 18), and the result is the same.

ArtyomVancyan added a commit to ArtyomVancyan/condo that referenced this issue May 2, 2024
ArtyomVancyan added a commit to ArtyomVancyan/condo that referenced this issue May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants