Support es6 symbols in proptype
See original GitHub issueWould you be open to support es6 symbols in proptype?
At the moment I’m testing them as typeof Symbol() === 'symbol'
in custom proptype functions.
Issue Analytics
- State:
- Created 8 years ago
- Comments:13 (9 by maintainers)
Top Results From Across the Web
Symbol - JavaScript - MDN Web Docs
Chrome Edge
Symbol Full support. Chrome38. Toggle history Full support. Edge12. footnote...
@@toPrimitive Full support. Chrome47. Toggle history Full support. Edge15. Toggle...
Symbol() constructor Full support....
Read more >7. Symbols - Exploring JS
In ES6, you can use symbols and be sure that they are always unique: ... String.prototype.contains clashed with a method added by MooTools...
Read more >The Ultimate Guide to JavaScript Symbol
ES6 provides predefined symbols which are called well-known symbols. The well-known symbols represent the common behaviors in JavaScript. Each well-known symbol ...
Read more >A practical guide to ES6 Symbol - codeburst
Originally meant to introduce private properties to ES6, Symbols offer an approach to metaprogramming in Javascript that provides extension ...
Read more >Metaprogramming in ES6: Symbols and why they're awesome
Symbols are all about Reflection within implementation - you sprinkle them on your existing classes and objects to change the behaviour. Reflect ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We’re still ironing out how we’ll move on with cutting branches on 15.x but once it’s decided I expect this to get in.
Looks like #6377 was merged. Should be in 15.1 or 15.2.