Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preserve selectedStartDate in state on props update
Currently, in `componentWillReceiveProps`, we always set `selectedStartDate` to be null. This can lead to buggy behavior when selectedStartDate was already set to something: onefinestay#224
- Loading branch information