Steps to reproduce:
- Open https://codesandbox.io/s/23vz0vrn7r
- DayPicker will display December, 2018
- Click on January 5, 2019 (with is also displayed because of showOutsideDays is true).
- Press left cursor key.
Result: An arrow is thrown: "Cannot read property 'focus' of undefined"
Expected result: the focus moves from January 5 to January 4.
