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.

[Vue warn]: Invalid VNode type: Symbol(Comment) (symbol) with vue 3.2.0-beta.7

See original GitHub issue

Hi,

<b-card>
test
</b-card>

gives

[Vue warn]: resolveComponent can only be used in render() or setup().
warn @ bootstrap-vue-3.js?v=bcb08cc3:1059
resolveAsset @ bootstrap-vue-3.js?v=bcb08cc3:4868
resolveDynamicComponent @ bootstrap-vue-3.js?v=bcb08cc3:4841
BCardvue_type_template_id_57ef5384_render @ bootstrap-vue-3.js?v=bcb08cc3:16802
renderComponentRoot @ chunk-LM6U7U6R.js?v=bcb08cc3:1730
...

[Vue warn]: Invalid VNode type: Symbol(Comment) (symbol)  at <BCard> 

The card is rendered, with with no content.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
cdmorocommented, Aug 5, 2021

I’m going to reopen the issue until we figure out what happens with the warning

1reaction
mariusacommented, Aug 5, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

Why am I getting `Invalid VNode type: Symbol("Fragment ...
Main works and you can see the Vue message the branch fails as described. I also confirmed both the node_modules and the CDN...
Read more >
[Vue 3] Invalid VNode Symbol(Fragment) when using an ...
I've run into an error where the console has a warning saying Invalid VNode: Symbol(Fragment) and very little seems to render.
Read more >
@vue/server-renderer | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >
bootstrap-vue - UNPKG
The CDN for bootstrap-vue. ... src/components/dropdown/dropdown-text.js",". ... S = Symbol();\n var K = 'abcdefghijklmnopqrst';\n A[S] = 7;\n K.split('').
Read more >
Vue3 - Importing and displaying component from another local ...
... getting "[Vue warn]: Invalid VNode type: Symbol(Fragment) (symbol)" when accessing the Prime Test view). ... 3 comments sorted by Best.
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