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

After entering more than 10 numbers on a US phone number, the component breaks and will not allow further editing of a number #462

Open
MorningPants opened this issue May 7, 2024 · 4 comments

Comments

@MorningPants
Copy link

Demo: https://stackblitz.com/edit/vitejs-vite-o3gpsv?file=src%2FApp.vue

The console logs, "Uncaught (in promise) Maximum recursive updates exceeded in component . This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."

@MorningPants MorningPants changed the title After entering more than 10 numbers on a US phone number, the component breaks and will noot allow further editing of a number After entering more than 10 numbers on a US phone number, the component breaks and will not allow further editing of a number May 7, 2024
@jdbacero
Copy link
Contributor

jdbacero commented May 8, 2024

I am having the same issue, regardless of country. Downgrading to 8.3.1, as it seems to be the most stable in my case.

@jdbacero
Copy link
Contributor

jdbacero commented May 8, 2024

Update: setting the prop mode to international fixes the issue.

@jdbacero
Copy link
Contributor

jdbacero commented May 9, 2024

Apparently this is due to how a particular compute value is being handled if mode is set to auto which is the default value.

@iamstevendao
Copy link
Owner

I merged your fix @jdbacero . could you guys try v9.1.1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants