-
Notifications
You must be signed in to change notification settings - Fork 72
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
React 18 typescript problem #158
Comments
I will take a look at this asap ... |
Hi, is there any update on this? |
@leefsmp Does the fact that This is the error I get: |
@akphi check version |
Thank you for fixing this! I can confirm that |
React has recently released version 18 and along with it also a tightened type checking. This results in many error related to the children property on components.
I'm not a typescript expert but seems to me like
children
now has to be explicitly defined as a prop type.The text was updated successfully, but these errors were encountered: