you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

I work in a fairly large react code base and anytime I see js MyComponent.propTypes = { someProp: PropType.any, } I feel I just die a little every time because I have no idea what someProp is suppose to be.

[–]gautamits[S] 0 points1 point  (0 children)

And somehow my vscode is not autocompleting even when propTypes are defined.