Would you be open to support es6 symbols in proptype? At the moment I'm testing them as `typeof Symbol() === 'symbol'` in custom proptype functions.
Would you be open to support es6 symbols in proptype?
At the moment I'm testing them as
typeof Symbol() === 'symbol'in custom proptype functions.