-
Notifications
You must be signed in to change notification settings - Fork 265
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
Add a default to className #559
Conversation
I think I have this fixed in 0.2.1. Closing. |
@robmadole this is not fixed in version The issue seems to be this, if the props has |
Will something like this work:
|
Oh shoot. Yeah I get why that's happening @WyvernDrexx. We could probably do your trick or we could make a specific exception for just the |
@robmadole Much better approach would be this..
This code will also clean all the |
Is there anything we are waiting on for this to be merged? Are there any reviewers available for this? This is blocking my team and I on a project and unfortunately we have made the upgrade to 0.2.1. |
Just released 0.2.2. Let's see if that addresses things, folks. Let me know. |
I was getting errors with
className.split
in my project.Update: I realized this is cause I'm using the new React v19, which silently ignores
prop-types
.