Mike Rogoff

Results 6 comments of Mike Rogoff

Thanks for the fast response @colbyfayock ... just to clarify this is in development, I haven't tried it in a production build yet. I just started looking at the gatsby....

Yes it does! Consistency in development mode would be nice, but not a critical issue I suppose. What usually would account for the inconsistency?

I'm still seeing this issue. I initialize with selectedDate='2000-01-20', and the dropdowns show January 19 2000.

@JMcAmmond is right, it relates to Time Zones. Specifically, the Date(selectedDate) constructor which Mozilla recommends not using: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse This issue is probably browser and data dependent but will reproduce on...

The workaround I mentioned on Jul 31 is still necessary. I use yyyy/mm/dd instead of yyyy-mm-dd.

I have observed this problem as well. Reverting to 4.7.1 fixed the problem.