t is not a function
See original GitHub issuewhen 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:
- Created 2 years ago
- Reactions:15
- Comments:8 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Just to confirm, same here. Only solution is to downgrade to 2.2.3
I’ve reverted the changes pushed in 2.3.0 in 2.3.1, which should solve the problem.