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

fix state error when is debouncing changes on integers inputs #1848

Merged
merged 1 commit into from
May 8, 2024

Conversation

Cristhianzl
Copy link
Collaborator

πŸ› (index.tsx): fix missing line break after handleUpdateValues function call
✨ (index.tsx): improve performance by debouncing handleUpdateValues function call for certain types of parameters
πŸ“ (parameterUtils.ts): update handleUpdateValues function to use optional chaining for accessing template properties
πŸš€ (chatInputOutput.spec.ts): remove unused imports and commented code
πŸš€ (dragAndDrop.spec.ts): fix typo in test description

…on call

✨ (index.tsx): improve performance by debouncing handleUpdateValues function call for certain types of parameters
πŸ“ (parameterUtils.ts): update handleUpdateValues function to use optional chaining for accessing template properties
πŸš€ (chatInputOutput.spec.ts): remove unused imports and commented code
πŸš€ (dragAndDrop.spec.ts): fix typo in test description
@Cristhianzl Cristhianzl self-assigned this May 7, 2024
Copy link

vercel bot commented May 7, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
langflow βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback May 7, 2024 1:31pm

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels May 7, 2024
Copy link
Contributor

@ogabrielluiz ogabrielluiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label May 8, 2024
@Cristhianzl Cristhianzl merged commit b3fa552 into dev May 8, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants