-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
fix: Route Builder field input looses focus on typing #18381
fix: Route Builder field input looses focus on typing #18381
Conversation
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details:
|
expect(result2.widgets.text.factory).toBe(textFactory); | ||
}); | ||
|
||
it("should reuse same component fns for settings - ensures remounting is not happening", () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test ensures regression doesn't occur
155a514
to
1a7f2d6
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (12/27/24)1 reviewer was added to this PR based on Keith Williams's automation. |
…t-component-remounting-on-change
…of github.com:calcom/cal.com into fix-routing-form-input-component-remounting-on-change
E2E results are ready! |
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
What does this PR do?
Fixes the issue mentioned here
This Loom shows it working
Mandatory Tasks (DO NOT REMOVE)