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: selectbox keyboard navigation is broken in React Strict Mode (T1230720) #28021

Merged

Conversation

VasilyStrelyaev
Copy link
Contributor

No description provided.

@VasilyStrelyaev VasilyStrelyaev self-assigned this Sep 10, 2024
@VasilyStrelyaev VasilyStrelyaev marked this pull request as ready for review September 10, 2024 12:53
@@ -1,7 +1,7 @@

module.exports = {
src: './src/**/*.{ts,tsx}',
testSrc: './src/**/__tests__/*.*',
testSrc: './src/**/__tests__/**/*.*',
Copy link
Contributor

Choose a reason for hiding this comment

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

Why regex here is changed? Can't find tests in your pr, that satisfy your regex version, but don't satisfy previous one

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's a fix for an issue that appeared when I introduced a new test subfolder - the test was included in npm package:

image

It turned out only files directly in __tests__ directories were removed from the package. When I created a deeper-lying test file, the removal logic did not work for it.

@ivanblinov2k17 ivanblinov2k17 self-requested a review September 12, 2024 11:27
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

Successfully merging this pull request may close these issues.

3 participants