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] display-name, component detection: fix HOF returning null as Components #3347

Merged
merged 1 commit into from Aug 4, 2022

Conversation

jxm-math
Copy link
Contributor

Fixes #3346

@codecov
Copy link

codecov bot commented Jul 27, 2022

Codecov Report

Merging #3347 (8baf0c5) into master (b714407) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #3347   +/-   ##
=======================================
  Coverage   97.71%   97.72%           
=======================================
  Files         123      123           
  Lines        8796     8818   +22     
  Branches     3197     3208   +11     
=======================================
+ Hits         8595     8617   +22     
  Misses        201      201           
Impacted Files Coverage Δ
lib/util/Components.js 98.96% <100.00%> (+0.04%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ljharb ljharb changed the title [Fix] display-name: fix HOF returning null as Components [Fix] display-name, component detection: fix HOF returning null as Components Aug 4, 2022
Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

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

Thanks!

@ljharb ljharb merged commit 8baf0c5 into jsx-eslint:master Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

False positives for react/display-name in HOF returning null
2 participants