dillon1000/react

Commit

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.
Browse files
Changed paths1 file
First-parent comparison
M src/isomorphic/classic/types/ReactPropTypes.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…