proptypes icon indicating copy to clipboard operation
proptypes copied to clipboard

Support for PropTypes.symbol

Open bholloway opened this issue 9 years ago • 3 comments

I am used to the react PropTypes and I used them for things other than components.

I am using proptypes but now I need to validate for Symbol. This is not in the ~14 code base that is your current implementation.

Do you have any guidance?

bholloway avatar Sep 15 '16 05:09 bholloway

We'll need to diff against 15.3's proptypes implementation, shouldn't be too difficult.

developit avatar Sep 15 '16 13:09 developit

I also need a symbol implementation

liqwid avatar Sep 18 '16 21:09 liqwid

If anyone has time, the implementation just needs to be lifted from the react 15.x source. Big thanks if you can!

developit avatar Nov 23 '16 19:11 developit