You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
You have to manually set children in the generated types to be optional. Or even better in the PropTypes.
This is a problem between react and typescript. It is not solvable by the generator.
I tried to compile this
The result was this:
Which seems fine to me but when I did a little test I couldn't compile it
I got
I'm using typescript 1.8.2.
Am I missing something here?
The text was updated successfully, but these errors were encountered: