Caleb Morris
Caleb Morris
See commit message at [react-moment-proptypes#7924af433](https://github.com/CalebMorris/react-moment-proptypes/commit/7924af43365ef4c9b0d872ad1f11c83a47157257). It was removed at one point, but was leading to other problems due to how the peer dependencies function (see the above link for details...
A couple questions and points to clarify and see if I'm understanding the problem here. If any of this is incorrect please point it out so I can get a...
The use-case as you describe should only have one reference to `moment.js`. If you have following dependencies ```json { "moment": "2.21.0", "react-moment-proptypes": "^1.6.0", } ``` you will end up with...
> I would like to bring this issue back to attention, though my use case is a bit different. I'm relying on a globally provided moment instance, which is bundled...
In response to Jannik's comment: You can read the above discussion about the purposes of dependencies and peer-dependencies. Forcing a change in how something is configured to appease a particular...
I definitely want to incorporate this, but it breaks functionality for Predicates. Can you create a zip of a project that fails against current version? I have a couple of...
Also, to give context: `PropTypes.Requireable = PropTypes.Validator
I have no issue using the code in the fashion you describe without errors (it's even one of my examples in the README). Can you create a zip of the...
Sounds like a good concept. Because of the changes you would need to do to other components and the possible size of the change I would recommend breaking it into...
Example uses that I would want header support for: 1) User authentication 2) Cross-Queue Auth 3) Cross-Service Auth It seems like something that an abstraction would want considering it is...