Skip to content
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

Error: TypeError: this.$tc is not a function #1319

Open
mduering opened this issue Oct 4, 2024 · 2 comments
Open

Error: TypeError: this.$tc is not a function #1319

mduering opened this issue Oct 4, 2024 · 2 comments

Comments

@danieleguido
Copy link
Contributor

everything looks good now, I cannot reproduce

@theorm
Copy link
Member

theorm commented Oct 22, 2024

The $tc errors happen when an undefined value is attempted to be translated. Normally it does not happen, but if there is a delay in fetching the data it may happen. We've had them all the time since migrating to Vue3 (Vue2 would simply swallow these errors). I've been slowly adding null checks across the codebase. There may be no null check on this page yet - it is worth checking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants