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:
"@js-joda/core": "5.6.1",
"@js-joda/locale_en-us": "4.8.11",
"@js-joda/timezone": "2.18.2"
I get the following error when trying to call t/formatter:
Uncaught Error: Locale is nil, try adding a require '[tick.locale-en-us]
But of course, I already have [tick.locale-en-us] in that namespace's requires.