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
Okay this doesn't currently work due to ElementChildrenAttribute looking on the ElementAttributesProperty, which in our case is properties. See microsoft/TypeScript#18357
The text was updated successfully, but these errors were encountered:
@matt-gadd commented on Wed Sep 13 2017
Enhancement
TypeScript now supports typed children in TSX, we need to update our JSX namespace to leverage it by adding the
ElementChildrenAttribute
.@matt-gadd commented on Tue Jun 05 2018
Okay this doesn't currently work due to
ElementChildrenAttribute
looking on theElementAttributesProperty
, which in our case isproperties
. See microsoft/TypeScript#18357The text was updated successfully, but these errors were encountered: