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] prop-types: className missing in prop validation #3749

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

akulsr0
Copy link
Contributor

@akulsr0 akulsr0 commented May 6, 2024

Closes #3284

lib/util/propTypes.js Outdated Show resolved Hide resolved
Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.60%. Comparing base (cef8123) to head (21ba4c5).

Current head 21ba4c5 differs from pull request most recent head b747450

Please upload reports for the commit b747450 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3749      +/-   ##
==========================================
- Coverage   97.62%   97.60%   -0.03%     
==========================================
  Files         134      133       -1     
  Lines        9617     9473     -144     
  Branches     3488     3470      -18     
==========================================
- Hits         9389     9246     -143     
+ Misses        228      227       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ljharb ljharb force-pushed the akul/prop-types-className-issue branch from 21ba4c5 to 9ac517f Compare June 1, 2024 05:33
@ljharb ljharb marked this pull request as draft June 1, 2024 05:34
@akulsr0 akulsr0 marked this pull request as ready for review June 18, 2024 12:53
@ljharb ljharb force-pushed the akul/prop-types-className-issue branch from 816a0d5 to 2a267d6 Compare June 20, 2024 20:49
@ljharb ljharb force-pushed the akul/prop-types-className-issue branch from 2a267d6 to b747450 Compare June 20, 2024 20:52
@ljharb ljharb merged commit b747450 into jsx-eslint:master Jun 20, 2024
328 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Typescript "'className' is missing in props validation" despite being defined
2 participants