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(KSelect): add optional chaining for props.items [KHCP-8828] #1663

Conversation

DariaYeremina
Copy link
Contributor

Summary

https://konghq.atlassian.net/browse/KHCP-8828

Fix DD error https://app.datadoghq.com/rum/error-tracking?query=%40application.id%3A6e430333-9e0f-4d6b-ac63-5f7d4ad9a641 env%3Aprod -%40browser.name%3AHeadlessChrome %40issue.age%3A<%3D300000&issueId=bed92134-467c-11ee-9f79-da7ad0900002&from_ts=1693320929000&to_ts=1693321229000&live=false

PR Checklist

  • Conventional Commits all commits follow the conventional commit standards outlined in the main README.
  • Functional: all changes do not break existing APIs and if so, bump major version.
  • Tests pass: check the output of yarn test
  • Naming: the files and the method and prop variables use the same naming conventions as other Kongponents
  • Framework style: abides by the essential rules in Vue's style guide
  • Cleanliness: does not have formatting issues, unused code (e.g., console.logs, debugger), or leftover comments
  • Docs: includes a technically accurate README, uses JSDOC where appropriate

Copy link
Member

@portikM portikM left a comment

Choose a reason for hiding this comment

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

Thanks for looking into this @DariaYeremina - can you make a mirroring change in KMultiselectItems.vue as well? It contains exact same logic

@DariaYeremina
Copy link
Contributor Author

Thanks for looking into this @DariaYeremina - can you make a mirroring change in KMultiselectItems.vue as well? It contains exact same logic

Added.

@netlify
Copy link

netlify bot commented Aug 29, 2023

Deploy Preview for kongponents ready!

Name Link
🔨 Latest commit 3dd6c33
🔍 Latest deploy log https://app.netlify.com/sites/kongponents/deploys/64ee3b1ce32e970008e3b1e9
😎 Deploy Preview https://deploy-preview-1663--kongponents.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@portikM portikM left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@DariaYeremina DariaYeremina merged commit 55f54a0 into main Aug 29, 2023
4 of 5 checks passed
@DariaYeremina DariaYeremina deleted the fix/KHCP-8828-dd-type-error-n-items-filter-is-not-a-function branch August 29, 2023 18:59
kongponents-bot pushed a commit that referenced this pull request Aug 29, 2023
## [8.122.8](v8.122.7...v8.122.8) (2023-08-29)

### Bug Fixes

* **KSelect:** add optional chaining for props.items [KHCP-8828] ([#1663](#1663)) ([55f54a0](55f54a0))
@kongponents-bot
Copy link
Collaborator

🎉 This PR is included in version 8.122.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

3 participants