React's 'children' property is not properly recognized #6471
Labels
By Design
Deprecated - use "Working as Intended" or "Design Limitation" instead
Domain: JSX/TSX
Relates to the JSX parser and emitter
say I have:
In this case,
Container
is callingParent
correctly by passing in the children as nested elements.However, Typescript still complains that it doesnt see an explicit 'children' attribute.
Typescript should know that 'children' attribute is special.
TS version 1.7.3
The text was updated successfully, but these errors were encountered: