Julian Schönbächler
Julian Schönbächler
Calling tm(key) emits error "TS2589: Type instantiation is excessively deep and possibly infinite."
### Reporting a bug? With Typescript v4.7, the call to [tm(key)](https://vue-i18n.intlify.dev/api/composition.html#tm-key) in the composition API sometimes results in a type error being thrown: ``` error TS2589: Type instantiation is excessively...
When clicking on the arrow-icon `[data-select="set-language"]` of the language selection dropdown the action will break with: > Uncaught TypeError: t.dataset is undefined The erroneous code is [this piece](https://github.com/Monogatari/Monogatari/blob/develop/src/components/settings-screen/index.js#L11C50-L11C69) right here:...