dillon1000/react
Commit
Browse files Added Symbol primative PropType.
With the edition of ECMA-262, we now have a new primative type called Symbol. This primative type should be added to the PropTypes, as users will eventually be using Symbols in their props for describing unique and immutable data, such as identifiers.
Changed paths1 file
First-parent comparisonsrc/isomorphic/classic/types/ReactPropTypes.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…