/workshops page broken
Closed this issue · 3 comments
LBWright commented
ericnkatz commented
Was just about to tweet @kentcdodds about this too.
ericnkatz commented
Looks like it was related to date-fns update to 2.0
kentcdodds/kentcdodds.com@6c5b903#diff-b9cfc7f2cdf78a7f4b91a753d10865a2
relevant documentation: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md
looks like just need to replace YYYY
with yyyy
.
kentcdodds commented
Thanks! I'm planning on fixing this soon, but if someone wants to make a pull request before me that's great. There are only two or three affected code locations I think.