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
the attributes class, type and maxHeight is of type any. I have tried numerous ways to get type checking, but failed. I have also looked at react.d.ts to try to get the solution, but also failed.
The ScrollableContent class is an extension of a generic class:
I'm using TSX without React. I'm just wondering how do I get type checking for a non-intrinsic element?
the attributes
class
,type
andmaxHeight
is of type any. I have tried numerous ways to get type checking, but failed. I have also looked atreact.d.ts
to try to get the solution, but also failed.The
ScrollableContent
class is an extension of a generic class:And I guess just the right interfaces need to be defined in the JSX namespace in order for everything to kick in?
The text was updated successfully, but these errors were encountered: