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: fix highlightSubstring not being able to handle special characters for regex #1132

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

mas-who
Copy link
Contributor

@mas-who mas-who commented Sep 17, 2024

Done

  • Fixed issue with highlightSubstring breaking related UI components for special character inputs such as \

QA

Storybook

To see rendered examples of all react-components, run:

yarn start

QA in your project

from react-components run:

yarn build
npm pack

Install the resulting tarball in your project with:

yarn add <path-to-tarball>

QA steps

  • Navigate to the SearchAndFilter component in storybook and type \. It should no longer break the UI.

…rs for regex

Signed-off-by: Mason Hu <mason.hu@canonical.com>
@webteam-app
Copy link

Copy link
Member

@aaryanporwal aaryanporwal left a comment

Choose a reason for hiding this comment

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

LGTM thanks for the quick fix.

@mas-who mas-who merged commit 26cf50d into canonical:main Sep 17, 2024
10 of 13 checks passed
Copy link

🎉 This PR is included in version 1.2.4 🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants