content icon indicating copy to clipboard operation
content copied to clipboard

Component MDCRenderer is missing template or render function.

Open ricardobalk opened this issue 4 months ago • 0 comments

Environment

Before upgrade using npx nuxi upgrade:

------------------------------
- Operating System: Darwin
- Node Version:     v18.18.2
- Nuxt Version:     3.7.3
- CLI Version:      3.8.4
- Nitro Version:    2.6.3
- Package Manager:  [email protected]
- Builder:          -
- User Config:      modules, components, content, postcss, vite
- Runtime Modules:  @nuxt/[email protected]
- Build Modules:    -
------------------------------

After upgrade using npx nuxi upgrade:

- Operating System: `Darwin`
- Node Version:     `v18.18.2`
- Nuxt Version:     `3.11.2`
- CLI Version:      `3.11.1`
- Nitro Version:    `2.9.6`
- Package Manager:  `[email protected]`
- Builder:          `-`
- User Config:      `modules`, `components`, `content`, `postcss`, `vite`
- Runtime Modules:  `@nuxt/[email protected]`
- Build Modules:    `-`

Reproduction

Describe the bug

I'm in a process of updating the dependencies for my personal website, specifically upgrading Nuxt from ^v3.7.3 to ^3.11.2 and @nuxt/content from ^2.8.2 to ^2.12.1. However, when updating one or both packages, my project would not load and I get this message WARN [Vue warn]: Component MDCRenderer is missing template or render function..

I'm not directly using MDCRenderer anywhere in my project. Who can tell me what is happening?

Additional context

No response

Logs

No response

ricardobalk avatar Apr 24 '24 21:04 ricardobalk