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.

Vue3 - multiple compiler errors

See original GitHub issue

"VueCompilerError: <template functional> is no longer supported in Vue 3, since functional components no longer have significant performance difference from stateful ones. Just use a normal <template> instead."

  1. ArrowRight.vue
  2. ChevronLeft.vue
  3. ChevronRight.vue
  4. Close.vue
  5. DotsHorizontal.vue
  6. Menu.vue
  7. MenuDown.vue
  8. Pause.vue
  9. Pencil.vue
  10. Play.vue
  11. Undo.vue

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
elgorrocommented, Dec 2, 2021

You’re right - something was maybe cached in my IDE! Now it shows the correct error in another dep, which is still using Vue2 respectivly 4.*.

0reactions
robcresswellcommented, Dec 1, 2021

@elgorro I don’t think you did? See https://unpkg.com/browse/vue-material-design-icons@5.0.0/ArrowRight.vue

There’s no functional in there. You may have updated your manifest and forgot to run install?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Vue 3 Package Update Errors - Stack Overflow
Vue 3 app broken/will not compile following package update. Zero errors prior to update. I am receiving the following node console errors.
Read more >
Building to Vue 2 and 3: Version mismatch error from ... - GitHub
I have a few component repos I want to start supporting Vue 3 for as well, but I don't think it's a great...
Read more >
Error/Exception handling in Vue.js application - Medium
In general, there are 2 different ways to handle the errors in Vue.js application. Using Vue.js global configuration; Using ErrorBoundaries ...
Read more >
Quick Start - Vue.js
This command will install and execute create-vue, the official Vue project scaffolding tool. You will be presented with prompts for several optional features ......
Read more >
Vue.js: How to Migrate a large project from Vue 2 to Vue 3
As your migration process may progress, you will spot errors in your browser's console. Vue 3 Compatibility mode comes with different logs ...
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