pbeshai / react-taco-table

A table component for React based on column configuration :taco:
http://pbeshai.github.io/react-taco-table/
MIT License
30 stars 7 forks source link

Use prop-types package #46

Closed rococodogs closed 7 years ago

rococodogs commented 7 years ago

As of v15.5.0, React emits deprecation warnings when using React.PropTypes. This adds the prop-types package and updates the PropType declarations for each component (and also contains an updated build).

pbeshai commented 7 years ago

Thanks!