and ReactPropTypes to PropTypes (and others...) That is more consistent with the original library and makes copy-pasting from JS easier. We can `typedef ReactCompoent = react.Component` to provide backward compatibility.
and ReactPropTypes to PropTypes (and others...)
That is more consistent with the original library and makes copy-pasting from JS easier.
We can
typedef ReactCompoent = react.Componentto provide backward compatibility.