You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! I tried updating our project's dependencies today to the latest versions, including the ones in our package.json. We are using shadow-cljs. After updating the js-joda packages to these versions:
I just upgraded and hit this as well, I also see TypeError: Cldr.load is not a function before the locale is not available removing the locale makes the cldr.load error go away.
This is the error after Cldr.load Uncaught Error: Locale is nil, try adding a require '[tick.locale-en-us]
Hi there! I tried updating our project's dependencies today to the latest versions, including the ones in our package.json. We are using shadow-cljs. After updating the js-joda packages to these versions:
I get the following error when trying to call
t/formatter
:But of course, I already have
[tick.locale-en-us]
in that namespace's requires.The text was updated successfully, but these errors were encountered: