-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
Typescript CollapsibleProps doesn't contain childre #436
Comments
Hi @teyalite Did you find a potential workaround for this? |
@MikeyAlmighty yes, i added the child prop to it in the source file in node_modules |
FWIW ~
|
This is due to the update to React 18, where children props need to be stated in the type explicitly. @oblador Would you accept a PR with this single change? AFAIK it does not affect older versions. Thanks for the reply :) |
@oblador still get this issue |
@oblador could you add that fix? |
I'm also facing the issue and would appreciate a fix for this one. I'm not considering changing the |
Same. Please fix! I'll put |
I see this has been merged in a PR. #432. Could it please be published? |
this has been fixed? |
ii saw is merged but when i install the package is not fixed |
Hi, any plans on fixing this? |
There is no property children?: React.ReactNode; in CollapsibleProps.
The text was updated successfully, but these errors were encountered: