nextcloud / nextcloud/server

[Vue warn]: Missing required prop: "name" <Version.vue>

Open
#47,112 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop 30-feedback bug feature: versions javascript
Dominant language
PHP
Stars
36.9k
Forks
5.2k
Avg merge
2d 3h
Merged PRs (30d)
713

Description

vue.runtime.esm.js:4625 [Vue warn]: Missing required prop: "name"

found in

---> <NcListItem>
       <Version> at apps/files_versions/src/components/Version.vue
         <VirtualScrolling> at apps/files_versions/src/components/VirtualScrolling.vue
           <VersionTab> at apps/files_versions/src/views/VersionTab.vue
             <NcAppSidebarTab>
               <SidebarTab> at apps/files/src/components/SidebarTab.vue
                 <NcAppSidebarTabs>
                   <NcAppSidebar>
                     <Root>

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with apps/files_versions/src/components/Version.vue and trace how it is rendered through VirtualScrolling.vue and VersionTab.vue. Reproduce the warning, inspect the Version component's props and its NcListItem usage, and consider the issue done when the missing required name warning no longer appears.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.