Recommend exporting `propTypes` as a named export
By exporting `propTypes` as a named export *as well* as attaching them to the "class", they can be explicitly imported by tests and other components in a way that aligns with the future ES6 module dependency graph, rather than as an arbitrary property that isn't statically verifiable. Doing both is great imo. Thoughts?
J
Jordan Harband committed
c4fdbc2742367ac33d4297de525f8fa246f5dae6
Parent: 909fc8b