-
Notifications
You must be signed in to change notification settings - Fork 716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix generate logs; date formatting updates (KDS related) #12355
Fix generate logs; date formatting updates (KDS related) #12355
Conversation
Build Artifacts
|
This change looks good and aligns with the |
90f2308
to
1dca87d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes make sense to me - I'd like @pcenov to confirm the fix here!
Hi @nucleogenesis - for some reason this is still not working and I am getting the same error in the console as before: I can select my birth year in the Profile page though. |
I converted this into a draft as #12385 will fix the bug this intended to fix. Once we're able to get our dependencies & such aligned correctly across Kolibri & KDS, this can be revived as it includes necessary fixes when we update |
Let's close this, and we can file follow up issues for date-fns upgrades separately. |
Summary
Fixes #12350
Per @rtibbles suggestion, I've set the
date-fns
package as a dependency in a new facility package.json to the same version used in KDS currently. Also added it to other relevant packages-dot-json.Reviewer guidance