Runtime Error - TypeError: o is not a function
See original GitHub issueReporting a bug?
Update to 9.2.0-beta.12, js error, no problem with previous beta.
Expected behavior
I hope there are no errors
Reproduction
An error occurs when you update to this version
System Info
System:
OS: Windows 10 10.0.19043
CPU: (8) x64 Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz
Memory: 8.43 GB / 15.81 GB
Binaries:
Node: 14.16.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.11 - C:\Program Files\nodejs\yarn.CMD
npm: 6.14.11 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: Spartan (44.19041.1023.0), Chromium (94.0.992.47)
Internet Explorer: 11.0.19041.1202
npmPackages:
@vue/babel-plugin-jsx: ^1.1.0 => 1.1.0
@vue/compiler-sfc: ^3.2.20 => 3.2.20
vue: ^3.2.20 => 3.2.20
vue-eslint-parser: ^7.6.0 => 7.6.0
vue-i18n: ^9.2.0-beta.12 => 9.2.0-beta.12
vue-loader: ^16.8.1 => 16.8.1
vue-router: ^4.0.11 => 4.0.11
vue-style-loader: ^4.1.3 => 4.1.3
vuex: ^4.0.2 => 4.0.2
Screenshot
Additional context
No response
Validations
- Read the Contributing Guidelines
- Read the Documentation
- Check that there isn’t already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:10 (5 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 >Unhandled Runtime Error TypeError: posts.map is not a function
The issue is due to const HomePage = (myPosts) . Component functions accept the object usually called props , which contains data passed...
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 >JavaScript: Uncaught TypeError: n is not a function
This error occurs if you try to execute a function that is not initialized or is not initialized correctly. This means that the...
Read more >Uncaught TypeError: 'undefined' is not a function
You get this error when you try to execute a function that is uninitialized or improperly initialized. It means that the expression did...
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 FreeTop 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
Top GitHub Comments
I’ve just released out v9.2.0-beta.13 https://github.com/intlify/vue-i18n-next/releases/tag/v9.2.0-beta.13 Please try it!
@PeterAlfredLee Thank you for your contribution as always 😃
@kazupon @jiaozhiye @VanishMax
I have the same problem at the production level only there is no error for the dev level
config I18n
error
code
Vite config
src Folder structure