question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

t is not a function

See original GitHub issue

when i first run the project in 2.3.0 the server logged t(...) is not a function, i downgraded for 2.2.3 and worked just fine. So keep an eye on that new version

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:15
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
colonautcommented, Nov 22, 2021

Just to confirm, same here. Only solution is to downgrade to 2.2.3

2reactions
fzaninottocommented, Jan 19, 2022

I’ve reverted the changes pushed in 2.3.0 in 2.3.1, which should solve the problem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

TypeError: "x" is not a function - JavaScript - MDN Web Docs
The JavaScript exception "is not a function" occurs when there was an attempt to call a value from a function, but the value...
Read more >
Can't understand console error: 'Uncaught TypeError: t is not a ...
I am attempting to host a Ruby on Rails / React app in Heroku. Also of not, I am using the package google-maps-react ......
Read more >
How to Handle JavaScript Uncaught TypeError: “x” is Not a ...
The Javascript error TypeError: "x" is not a function occurs when there is an attempt to call a function on a value or...
Read more >
$t is not a function · Issue #388 · intlify/vue-i18n-next - GitHub
When i use $t like this <h1>{{ $t('home.welcome') }}</h1> in component or child component, i have Uncaught TypeError: _ctx.$t is not a function....
Read more >
What does "TypeError: this[t] is not a function" mean? - Reddit
The above error is logged through a socket so I'm not sure how it happened to replicate it. I did not explicitly wrote...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found