andycmaj / react-chat-renderer

React JSX factory implementation for Slack
15 stars 0 forks source link

validate props w/ runtime errors #2

Closed andycmaj closed 4 years ago

andycmaj commented 5 years ago

actually throw errors if props aren't valid at runtime. prop-types only really warns.

andycmaj commented 4 years ago

typescript takes care of this