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

0.2.1 defaultProps migration introduces breaking change #562

Closed
mmaloon opened this issue May 17, 2024 · 4 comments
Closed

0.2.1 defaultProps migration introduces breaking change #562

mmaloon opened this issue May 17, 2024 · 4 comments

Comments

@mmaloon
Copy link

mmaloon commented May 17, 2024

Describe the bug
Release 0.2.1 introduces bug where explicitly passing undefined as a className causes an error

Reproducible test case
Codepen Demo

Expected behavior
This has potential to break existing code. Maybe revert and save for a major release?

This code works for version 0.2.0 but not on 0.2.1
<FontAwesomeIcon className={undefined} icon={faUser} />

@mmaloon
Copy link
Author

mmaloon commented May 17, 2024

Didn't realize there is already a pull-request discussing this issue: #559

@shehi
Copy link

shehi commented May 21, 2024

Regardless of any PRs, this issue should exist.

The usage of .split() function contradicts TS typing of className props which is nullable:

image

@robmadole
Copy link
Member

Thanks, I'll take a look at this.

@robmadole
Copy link
Member

Just released 0.2.2. Please give this a try.

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

No branches or pull requests

3 participants